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:
Cristian Tibirna 2002-03-02 14:42:04 +00:00
parent efca85b42a
commit a266fb2fc0

View file

@ -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");