I noticed this by casuality. Someone changed the order in which the labels where
shown, but not the order of the combo boxes, so where it said Middle Button, you configured the left button :-) svn path=/trunk/kdebase/kwin/; revision=138700
This commit is contained in:
parent
f161ee872d
commit
31be7dd834
1 changed files with 5 additions and 5 deletions
|
@ -294,11 +294,6 @@ KActionsConfig::KActionsConfig (KConfig *_config, QWidget * parent, const char *
|
|||
"will allow you to perform the following actions.");
|
||||
QWhatsThis::add( label, strAllKey );
|
||||
|
||||
label = new QLabel(i18n("Modifier Key + Middle Button:"), grid);
|
||||
strAll2 = i18n("Here you can customize KDE's behavior when middle clicking into a window"
|
||||
" while pressing the modifier key.");
|
||||
QWhatsThis::add( label, strAll2 );
|
||||
|
||||
|
||||
strMouseButton1 = i18n("Modifier Key + Left Button:");
|
||||
strAll1 = i18n("In this row you can customize left click behavior when clicking into"
|
||||
|
@ -317,6 +312,11 @@ KActionsConfig::KActionsConfig (KConfig *_config, QWidget * parent, const char *
|
|||
label = new QLabel(strMouseButton1, grid);
|
||||
QWhatsThis::add( label, strAll1);
|
||||
|
||||
label = new QLabel(i18n("Modifier Key + Middle Button:"), grid);
|
||||
strAll2 = i18n("Here you can customize KDE's behavior when middle clicking into a window"
|
||||
" while pressing the modifier key.");
|
||||
QWhatsThis::add( label, strAll2 );
|
||||
|
||||
label = new QLabel(strMouseButton3, grid);
|
||||
QWhatsThis::add( label, strAll3);
|
||||
|
||||
|
|
Loading…
Reference in a new issue