[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/plasma
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2007-06-01 22:59:19
Message-ID: 1180738759.378607.8138.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 670544 by aseigo:

correct order so the indexes line up with the enum


 M  +1 -1      controlbox.cpp  


--- trunk/KDE/kdebase/workspace/plasma/plasma/controlbox.cpp #670543:670544
@@ -127,7 +127,7 @@
 
     m_formFactorSelector = new KComboBox(this);
     QStringList formFactors;
-    formFactors << "Desktop (Planar)" << "Horizontal Panel" << "Vertical Panel" << "Media Center";
+    formFactors << "Desktop" << "Media Center" << "Horizontal Panel" << "Vertical Panel";
     m_formFactorSelector->addItems(formFactors);
     connect(m_formFactorSelector, SIGNAL(activated(int)), this, SLOT(switchFormFactor(int)));
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic