Update what's this help.

CCMAIL: 91231-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=354262
icc-effect-5.14.5
Luboš Luňák 2004-10-13 16:07:35 +00:00
parent be90fd3f6a
commit 8c2bcb3380
1 changed files with 7 additions and 3 deletions

View File

@ -830,10 +830,14 @@ KMovingConfig::KMovingConfig (bool _standAlone, KConfig *_config, QWidget *paren
// FIXME, when more policies have been added to KWin
wtstr = i18n("The placement policy determines where a new window"
" will appear on the desktop. For now, there are three different policies:"
" <ul><li><em>Smart</em> will try to achieve a minimum overlap of windows</li>"
" will appear on the desktop."
" <ul>"
" <li><em>Smart</em> will try to achieve a minimum overlap of windows</li>"
" <li><em>Cascade</em> will cascade the windows</li>"
" <li><em>Random</em> will use a random position</li></ul>") ;
" <li><em>Random</em> will use a random position</li>"
" <li><em>Centered</em> will place the window centered</li>"
" <li><em>Zero-Cornered</em> will place the window in the top-left corner</li>"
"</ul>") ;
QWhatsThis::add( plcLabel, wtstr);
QWhatsThis::add( placementCombo, wtstr);