GUI: CT: remove accel from "Actions" tab title. Clashes with "Apply". Sorry for this
svn path=/trunk/kdebase/kwin/; revision=140183
This commit is contained in:
parent
efca85b42a
commit
a266fb2fc0
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ KWinOptions::KWinOptions(QWidget *parent, const char *name, const QStringList &)
|
|||
connect(mFocus, SIGNAL(changed(bool)), this, SLOT(moduleChanged(bool)));
|
||||
|
||||
mActions = new KActionsConfig(mConfig, this, "KWin Actions");
|
||||
tab->addTab(mActions, i18n("&Actions"));
|
||||
tab->addTab(mActions, i18n("Actions"));
|
||||
connect(mActions, SIGNAL(changed(bool)), this, SLOT(moduleChanged(bool)));
|
||||
|
||||
mMoving = new KMovingConfig(mConfig, this, "KWin Moving");
|
||||
|
|
Loading…
Reference in a new issue