Make Dirk happy.
svn path=/trunk/kdebase/kwin/; revision=186367
This commit is contained in:
parent
60f752e61f
commit
a7d5a13afc
1 changed files with 4 additions and 4 deletions
|
@ -184,7 +184,7 @@ void KWinDecorationModule::createDecorationList()
|
|||
QValueList<DecorationInfo>::ConstIterator it;
|
||||
|
||||
// Sync with kwin hardcoded KDE2 style which has no desktop item
|
||||
decorationListBox->insertItem( i18n("KDE Classic") );
|
||||
decorationListBox->insertItem( i18n("KDE 2") );
|
||||
|
||||
for (it = decorations.begin(); it != decorations.end(); ++it)
|
||||
{
|
||||
|
@ -253,7 +253,7 @@ QString KWinDecorationModule::decorationLibName( const QString& name )
|
|||
}
|
||||
|
||||
if (libName.isEmpty())
|
||||
libName = "kwin_default"; // KDE Classic
|
||||
libName = "kwin_default"; // KDE 2
|
||||
|
||||
return libName;
|
||||
}
|
||||
|
@ -334,7 +334,7 @@ void KWinDecorationModule::readConfig( KConfig* conf )
|
|||
|
||||
// If we are using the "default" kde client, use the "default" entry.
|
||||
if (decoName.isEmpty())
|
||||
decorationListBox->setSelected( decorationListBox->findItem( i18n("KDE Classic") ), true );
|
||||
decorationListBox->setSelected( decorationListBox->findItem( i18n("KDE 2") ), true );
|
||||
else
|
||||
// Update the decoration listbox
|
||||
decorationListBox->setSelected( decorationListBox->findItem( decoName ), true);
|
||||
|
@ -434,7 +434,7 @@ void KWinDecorationModule::defaults()
|
|||
// cbUseMiniWindows->setChecked( false);
|
||||
// Don't set default for now
|
||||
// decorationListBox->setSelected(
|
||||
// decorationListBox->findItem( i18n("KDE Classic") ), true ); // KDE classic client
|
||||
// decorationListBox->findItem( i18n("KDE 2") ), true ); // KDE classic client
|
||||
|
||||
dropSite->buttonsLeft = "MS";
|
||||
dropSite->buttonsRight= "HIAX";
|
||||
|
|
Loading…
Reference in a new issue