diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-21 15:59:59 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-21 15:59:59 -0600 |
commit | dcb1ad1efa36898ba8e8e8386308dba8deceaeac (patch) | |
tree | 9dc6a938d5bfe7546940b57dc65ee7ec939aee8a /apps | |
parent | 4fa393fe559130a9d5c1155f681b428ae47b5e6d (diff) | |
download | ktorrent-dcb1ad1efa36898ba8e8e8386308dba8deceaeac.tar.gz ktorrent-dcb1ad1efa36898ba8e8e8386308dba8deceaeac.zip |
Add first rudimentary help handbook.
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); |