diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/ktorrent/ktorrent.desktop | 8 | ||||
-rw-r--r-- | apps/ktorrent/pref.cpp | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/apps/ktorrent/ktorrent.desktop b/apps/ktorrent/ktorrent.desktop index 4a09c56..a5ae848 100644 --- a/apps/ktorrent/ktorrent.desktop +++ b/apps/ktorrent/ktorrent.desktop @@ -42,13 +42,7 @@ GenericName[zh_TW]=BitTorrent 客戶端程式 Exec=ktorrent %i %m -caption "%c" %u Icon=ktorrent Type=Application -# Restore the following key and remove this comment when a help handbook -# is written. Disabling this key prevents populating the main handbook -# table of contents with a non-existent document, which results in a -# main handbook error message of -# 'There is no documentation available for /xyz/index.html.' -# Also disable this key when there exists only a useless template handbook. -# DocPath=ktorrent/index.html +DocPath=ktorrent/index.html MimeType=application/x-bittorrent;application/x-torrent; X-DCOP-ServiceType=Unique Comment=A BitTorrent program for TDE diff --git a/apps/ktorrent/pref.cpp b/apps/ktorrent/pref.cpp index 73f6a4f..b8155e9 100644 --- a/apps/ktorrent/pref.cpp +++ b/apps/ktorrent/pref.cpp @@ -55,7 +55,7 @@ using namespace KNetwork; KTorrentPreferences::KTorrentPreferences(KTorrent & ktor) - : KDialogBase(IconList, i18n("Preferences"), Ok | Apply | Cancel, Ok), ktor(ktor) + : KDialogBase(IconList, i18n("Preferences"), Help | Ok | Apply | Cancel, Ok), ktor(ktor) { validation_err = false; enableButtonSeparator(true); |