[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-11-12 2:54:55
Message-ID: 20041112025455.A412916E61 () office ! kde ! org
[Download RAW message or body]

CVS commit by annma: 

add the scores as an action


  M +3 -0      kmessedwordsui.rc   1.5
  M +1 -0      mainwindow.cpp   1.62


--- kdeedu/kmessedwords/kmessedwords/kmessedwordsui.rc  #1.4:1.5
@@ -4,4 +4,7 @@
         <Menu name="file"><text>&amp;File</text>        
           <Action name="play"/>
+          <Separator />
+          <Action name="show_highscores"/>
+          <Separator />
         </Menu>
         <Action name="level"/>

--- kdeedu/kmessedwords/kmessedwords/mainwindow.cpp  #1.61:1.62
@@ -84,4 +84,5 @@ void MainWindow::setupActions()
         levelAct->setCurrentItem(m_view->m_levelString.findIndex(Prefs::level()));
         KAction *m_playAct = new KAction(i18n("&Play..."), \
QPixmap(locate("data","kmessedwords/play.png")), 0, m_view, SLOT(slot_messup()),  \
actionCollection(), "play"); +        KAction *mScoresAct = new KAction(i18n("&Show \
Highscores..."), "highscore", CTRL+Key_H, m_view, SLOT(slot_scores()),  \
actionCollection(), "show_highscores");  }
 


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

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