'Traverse windows on all desktops' works only in KDE style Alt+Tab.

svn path=/trunk/kdebase/kwin/; revision=138440
icc-effect-5.14.5
Luboš Luňák 2002-02-24 21:28:41 +00:00
parent 34bbc5e457
commit ec15126342
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ KFocusConfig::KFocusConfig (KConfig *_config, QWidget * parent, const char *name
traverseAll = new QCheckBox( i18n( "Traverse windows on all desktops" ), kbdBox );
kLay->addMultiCellWidget( traverseAll, 2, 2, 0, 2 );
connect( cdeMode, SIGNAL( toggled( bool )), traverseAll, SLOT( setDisabled( bool )));
wtstr = i18n( "Leave this option disabled if you want to limit walking through"
" windows to the current desktop." );