summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src')
-rw-r--r--kftpgrabber/src/kftpgrabber.desktop1
-rw-r--r--kftpgrabber/src/widgets/configdialog.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/kftpgrabber/src/kftpgrabber.desktop b/kftpgrabber/src/kftpgrabber.desktop
index a8b51ea..b8632d3 100644
--- a/kftpgrabber/src/kftpgrabber.desktop
+++ b/kftpgrabber/src/kftpgrabber.desktop
@@ -71,3 +71,4 @@ Exec=kftpgrabber
Icon=kftpgrabber
Type=Application
Categories=Qt;TDE;Network;FileTransfer;
+DocPath=kftpgrabber/index.html
diff --git a/kftpgrabber/src/widgets/configdialog.cpp b/kftpgrabber/src/widgets/configdialog.cpp
index a0f748b..cc4452f 100644
--- a/kftpgrabber/src/widgets/configdialog.cpp
+++ b/kftpgrabber/src/widgets/configdialog.cpp
@@ -63,7 +63,7 @@
namespace KFTPWidgets {
ConfigDialog::ConfigDialog(TQWidget *parent, const char *name)
- : TDEConfigDialog(parent, name, KFTPCore::Config::self(), KDialogBase::TreeList, Ok|Apply|Cancel, Ok, true)
+ : TDEConfigDialog(parent, name, KFTPCore::Config::self(), KDialogBase::TreeList, Help|Ok|Apply|Cancel, Ok, true)
{
// Add all standard pages
addPage(new GeneralSettings(0, "General"), i18n("General"), "kfm");