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

List:       kde-commits
Subject:    KDE/kdeedu/klettres/src
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2008-02-13 19:23:46
Message-ID: 1202930626.377324.16229.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 774656 by annma:

fix bug in shortcut, thanks to Burkhard Lück


 M  +2 -2      klettres.cpp  


--- trunk/KDE/kdeedu/klettres/src/klettres.cpp #774655:774656
@@ -182,7 +182,7 @@
 
     QAction *m_playAgainAction = actionCollection()->addAction("play_again");
     m_playAgainAction->setText(i18n("Replay Sound"));
-    m_playAgainAction->setShortcut(QKeySequence(Qt::CTRL+Qt::Key_P));
+    m_playAgainAction->setShortcut(QKeySequence(Qt::Key_F5));
     m_playAgainAction->setIcon(KIcon("media-playback-start"));
     m_playAgainAction->setToolTip(i18n("Play the same sound again"));
     connect(m_playAgainAction, SIGNAL(triggered(bool)), m_view, SLOT(slotPlayAgain()));
@@ -192,7 +192,7 @@
     m_menubarAction = actionCollection()->add<KToggleAction>("menubar");
     m_menubarAction->setText(i18n("Show &Menubar"));
     m_menubarAction->setIcon(KIcon("edit-clear"));
-    m_playAgainAction->setShortcut(QKeySequence(Qt::CTRL+Qt::Key_M));
+    m_menubarAction->setShortcut(QKeySequence(Qt::CTRL+Qt::Key_M));
     connect(m_menubarAction, SIGNAL(triggered(bool)), this, SLOT(slotMenubar()));
     m_menubarAction->setCheckedState(KGuiItem(i18n("Hide &Menubar")));
     m_menubarAction->setChecked(true);
[prev in list] [next in list] [prev in thread] [next in thread] 

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