summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/pref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/pref.cpp')
-rw-r--r--apps/ktorrent/pref.cpp2
1 files changed, 1 insertions, 1 deletions
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);