Added explanation how it's done manually, have no idea if this even makes sense though
svn path=/trunk/KDE/kdebase/workspace/; revision=1054061
This commit is contained in:
parent
f6f3d5ce3d
commit
cbda8d6445
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ B2Config::B2Config(KConfig *conf, QWidget *parent)
|
||||||
autoMoveTitlebarCb->setWhatsThis(
|
autoMoveTitlebarCb->setWhatsThis(
|
||||||
i18n("When selected, titlebars are automatically relocated "
|
i18n("When selected, titlebars are automatically relocated "
|
||||||
"to visible positions; "
|
"to visible positions; "
|
||||||
"otherwise, they are only moved manually."));
|
"otherwise, they are only moved manually using shift+drag."));
|
||||||
|
|
||||||
// Double click menu option support
|
// Double click menu option support
|
||||||
actionsGB = new QGroupBox(i18n("Actions Settings"), gb);
|
actionsGB = new QGroupBox(i18n("Actions Settings"), gb);
|
||||||
|
|
Loading…
Reference in a new issue