summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-06-20 12:31:19 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-06-20 12:31:19 -0500
commit719298b848ddafadf2cca33d550660ff75faac93 (patch)
tree9d06566f539022b2462e0d595ed214a9bd6c569a
parent99fec1f0d00209e02cc65b3958eaeb9f9e9c6d57 (diff)
parent14250faabdef768677cbaab582f762e3cdb23b12 (diff)
downloadtdebase-719298b848ddafadf2cca33d550660ff75faac93.tar.gz
tdebase-719298b848ddafadf2cca33d550660ff75faac93.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
-rw-r--r--kcontrol/konq/behaviour.cpp3
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)));
/*