From dcb1ad1efa36898ba8e8e8386308dba8deceaeac Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 21 Feb 2014 15:59:59 -0600 Subject: Add first rudimentary help handbook. --- apps/ktorrent/ktorrent.desktop | 8 +------- apps/ktorrent/pref.cpp | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'apps') 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); -- cgit v1.2.1