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

List:       kde-commits
Subject:    kdeedu/kmessedwords/kmessedwords
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2004-12-15 14:21:38
Message-ID: 20041215142138.EB90A1B3F2 () office ! kde ! org
[Download RAW message or body]

CVS commit by annma: 

add an icon in Settingsfor game
small fixes


  M +1 -1      kmessedwordsui.rc   1.6
  M +4 -3      mainwindow.cpp   1.67


--- kdeedu/kmessedwords/kmessedwords/kmessedwordsui.rc  #1.5:1.6
@@ -1,4 +1,4 @@
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="kmessedwords" version="1">
+<kpartgui name="kmessedwords" version="2">
 <MenuBar>
         <Menu name="file"><text>&amp;File</text>        

--- kdeedu/kmessedwords/kmessedwords/mainwindow.cpp  #1.66:1.67
@@ -51,5 +51,5 @@ MainWindow::MainWindow()
         //config
         config = kapp->config();
-        setupActions();
+        
         setIcon(QPixmap(locate("icon","locolor/16x16/apps/kmessedwords.png")));
 
@@ -66,7 +66,8 @@ MainWindow::MainWindow()
         statusBar( )->insertItem("   ",IDS_LEVEL, 0);
         connect(m_view, SIGNAL(changeLevel(const QString&)), this, \
                SLOT(updateStatusBar(const QString &)));
-        loadSettings(); //themeString
+        setupActions();
         m_view->setMinimumSize(450, 300); 
         setupGUI();
+        loadSettings(); //themeString
 }
 
@@ -131,5 +132,5 @@ void MainWindow::optionsPreferences()
         dialog->addPage(mInterface, i18n("Interface"), "colorize");
         game *mGame =  new game( 0, "Game" );
-        dialog->addPage(mGame, i18n("Game"), "game");
+        dialog->addPage(mGame, i18n("Game"), "identity");
         connect(dialog, SIGNAL(settingsChanged()), this, SLOT(updateSettings()));
         dialog->show();


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

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