From cbda8d644590bf086adb29f6a192bb8b17e75a3c Mon Sep 17 00:00:00 2001 From: Jussi Kekkonen Date: Wed, 25 Nov 2009 11:46:56 +0000 Subject: [PATCH] Added explanation how it's done manually, have no idea if this even makes sense though svn path=/trunk/KDE/kdebase/workspace/; revision=1054061 --- clients/b2/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/b2/config/config.cpp b/clients/b2/config/config.cpp index 19f1bdb1da..fc9c7b953f 100644 --- a/clients/b2/config/config.cpp +++ b/clients/b2/config/config.cpp @@ -76,7 +76,7 @@ B2Config::B2Config(KConfig *conf, QWidget *parent) autoMoveTitlebarCb->setWhatsThis( i18n("When selected, titlebars are automatically relocated " "to visible positions; " - "otherwise, they are only moved manually.")); + "otherwise, they are only moved manually using shift+drag.")); // Double click menu option support actionsGB = new QGroupBox(i18n("Actions Settings"), gb);