Kita - 2ch client for KDE part2at LINUX
Kita - 2ch client for KDE part2 - 暇つぶし2ch389:388
06/02/18 18:20:42 sYPbSJQ4
retrieving revision 1.11
diff -u -r1.11 htmlpart.cpp
--- kita/src/thread/htmlpart.cpp16 Feb 2006 15:07:21 -00001.11
+++ kita/src/thread/htmlpart.cpp18 Feb 2006 09:09:22 -0000
@@ -1018,6 +1018,7 @@
ID_COPY_Link,
ID_Copy_Str,
ID_Abone_Word,
+ ID_ExtractID,
ID_Extract,
ID_Search_Google,
ID_Open_Browser,
@@ -1147,6 +1148,7 @@
}

popupMenu->insertItem( i18n( "Extract by '%1'" ).arg( selectedStr ), ID_Extract );
+popupMenu->insertItem( i18n( "extract by ID" ), ID_ExtractID );
popupMenu->insertItem( i18n( "Add '%1' to abone list" ).arg( selectedStr ), ID_Abone_Word );
popupMenu->insertItem( i18n( "Search '%1' by Google" ).arg( selectedStr ), ID_Search_Google );
}
@@ -1226,6 +1228,10 @@
emit showKitaNaviByWord( m_datURL, selectedText() );
break;

+ case ID_ExtractID:
+ emit showKitaNaviByID( m_datURL, selectedText() );
+ break;
+
case ID_Search_Google: {
QString google_url = QString( "URLリンク(www.google.com)" ).arg(
KURL::encode_string( selectedText(), 106 ) ); // TODO: don't use magic number.



次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch