changed 'title bar blending' option name into 'background style'

svn path=/trunk/KDE/kdebase/workspace/; revision=1016861
This commit is contained in:
Hugo Pereira Da Costa 2009-08-29 06:04:04 +00:00
parent bda7734df3
commit 31d8c5d8cc

View file

@ -132,7 +132,7 @@ namespace Nitrogen
label->setBuddy( buttonType );
// title bar blending
gridLayout->addWidget( label = new QLabel( i18n("Title bar blending:" ), box ), 4, 0, 1, 1 );
gridLayout->addWidget( label = new QLabel( i18n("Background style:" ), box ), 4, 0, 1, 1 );
gridLayout->addWidget( blendColor = new QComboBox(box), 4, 1, 1, 1 );
blendColor->setObjectName(QString::fromUtf8("blendColor"));
blendColor->insertItems(0, QStringList()