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

List:       kde-commits
Subject:    KDE/kdegames/kspaceduel
From:       Mauricio Piacentini <mauricio () tabuleiro ! com>
Date:       2007-10-23 23:09:31
Message-ID: 1193180971.907056.31390.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 728693 by piacentini:

Use game-config-* icons in configuration dialog


 M  +2 -2      dialogs.cpp  


--- trunk/KDE/kdegames/kspaceduel/dialogs.cpp #728692:728693
@@ -420,10 +420,10 @@
   : KConfigDialog( parent, name, Options::self())
 {
   General *general = new General();
-  addPage(general, i18n("General"), "package_settings", i18n("General Settings"));
+  addPage(general, i18n("General"), "games-config-options", i18n("General Settings"));
 
   cs = new ConfigSetup(customConfig);
-  addPage(cs, i18n("Game"), "kspaceduel", i18n("Game Settings"));
+  addPage(cs, i18n("Game"), "games-config-custom", i18n("Game Settings"));
   connect(cs, SIGNAL(changed()), this, SLOT(updateButtons()));
  
 //  resize(600,400);
[prev in list] [next in list] [prev in thread] [next in thread] 

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