From 14250faabdef768677cbaab582f762e3cdb23b12 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 19 Jun 2013 18:24:11 -0500 Subject: [PATCH] Add clarification to What's This tooltip. --- kcontrol/konq/behaviour.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))); /*