|
|
|
@ -275,7 +275,7 @@ GeneralConfigurationPage::GeneralConfigurationPage(RosegardenGUIDoc *doc,
|
|
|
|
|
layout->addWidget(new TQLabel(i18n("Use bundled Klearlook theme"), frame), row, 0);
|
|
|
|
|
m_globalStyle = new KComboBox(frame);
|
|
|
|
|
m_globalStyle->insertItem(i18n("Never"));
|
|
|
|
|
m_globalStyle->insertItem(i18n("When not running under KDE"));
|
|
|
|
|
m_globalStyle->insertItem(i18n("When not running under TDE"));
|
|
|
|
|
m_globalStyle->insertItem(i18n("Always"));
|
|
|
|
|
m_globalStyle->setCurrentItem(m_cfg->readUnsignedNumEntry("Install Own Theme", 1));
|
|
|
|
|
layout->addMultiCellWidget(m_globalStyle, row, row, 1, 3);
|
|
|
|
|