diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-06-19 18:24:11 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-06-19 18:24:11 -0500 |
commit | 14250faabdef768677cbaab582f762e3cdb23b12 (patch) | |
tree | e606b75951b7af6cae0fe8ed961483148a24f1e3 /kcontrol/konq/behaviour.cpp | |
parent | b545fc38fff0dea86958446b562e2945c02100ab (diff) | |
download | tdebase-14250faabdef768677cbaab582f762e3cdb23b12.tar.gz tdebase-14250faabdef768677cbaab582f762e3cdb23b12.zip |
Add clarification to What's This tooltip.
Diffstat (limited to 'kcontrol/konq/behaviour.cpp')
-rw-r--r-- | kcontrol/konq/behaviour.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kcontrol/konq/behaviour.cpp b/kcontrol/konq/behaviour.cpp index 48f155eb4..4f256b71c 100644 --- a/kcontrol/konq/behaviour.cpp +++ b/kcontrol/konq/behaviour.cpp @@ -95,7 +95,8 @@ KBehaviourOptions::KBehaviourOptions(TDEConfig *config, TQString group, TQWidget connect(cbShowTips, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed())); TQWhatsThis::add( cbShowTips, i18n("Here you can control if, when moving the mouse over a file, you want to see a " - "small popup window with additional information about that file")); + "small popup window with additional information about that file." + "This feature requires 'Enable tooltips' in KControl, Appearance & Themes, Style.")); connect(cbShowTips, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotShowTips(bool))); /* |