Renaming "foo Decoration Settings" to "Decoration Settings" to remove

redundancy in the config modules.

svn path=/trunk/kdebase/kwin/; revision=101301
icc-effect-5.14.5
Karol Szwed 2001-06-10 11:05:15 +00:00
parent 9e0653455e
commit 096025d7ed
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ KDEDefaultConfig::KDEDefaultConfig( KConfig* conf, QWidget* parent )
{
highcolor = QPixmap::defaultDepth() > 8;
gb = new QGroupBox( 1, Qt::Horizontal,
i18n("KDE2 Default Decoration Settings"), parent );
i18n("Decoration Settings"), parent );
cbShowStipple = new QCheckBox( i18n("Draw titlebar &stipple effect"), gb );
QWhatsThis::add( cbShowStipple,

View File

@ -25,7 +25,7 @@ extern "C"
ModernSysConfig::ModernSysConfig(KConfig* conf, QWidget* parent) : QObject(parent)
{
clientrc = new KConfig("kwinmodernsysrc");
gb = new QGroupBox(1, Qt::Horizontal, i18n("Modern System Decoration Settings"), parent);
gb = new QGroupBox(1, Qt::Horizontal, i18n("Decoration Settings"), parent);
cbShowHandle = new QCheckBox(i18n("&Show resize handle"), gb);
QWhatsThis::add(cbShowHandle, i18n("When selected, all windows are drawn with a resize "
"handle at the lower right corner."));

View File

@ -35,7 +35,7 @@ QuartzConfig::QuartzConfig( KConfig* conf, QWidget* parent )
{
quartzConfig = new KConfig("kwinquartzrc");
gb = new QGroupBox( 1, Qt::Horizontal,
i18n("Quartz Decoration Settings"), parent );
i18n("Decoration Settings"), parent );
cbColorBorder = new QCheckBox(
i18n("Draw window frames using &titlebar colors"), gb );
QWhatsThis::add( cbColorBorder,