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

List:       kde-commits
Subject:    kdemultimedia/kmid
From:       Stephan Binner <binner () kde ! org>
Date:       2003-12-27 10:06:05
[Download RAW message or body]

CVS commit by binner: 

Bug 71284: KMid toolbar should use proper play icon instead of next


  M +1 -1      kmid_part.cpp   1.17
  M +1 -1      kmidframe.cpp   1.63


--- kdemultimedia/kmid/kmid_part.cpp  #1.16:1.17
@@ -88,5 +88,5 @@ KInstance *KMidFactory::instance()
 
   // create and connect our actions
-   (void)new KAction(i18n("Play"), "1rightarrow", 0, this,
+   (void)new KAction(i18n("Play"), "player_play", 0, this,
       SLOT(slotPlay()), actionCollection(),
       "play");

--- kdemultimedia/kmid/kmidframe.cpp  #1.62:1.63
@@ -93,5 +93,5 @@ kmidFrame::kmidFrame(const char *name)
     KStdAction::quit(kapp, SLOT(quit()), actionCollection());
 
-    (void)new KAction(i18n("&Play"), "1rightarrow", Qt::Key_Space,
+    (void)new KAction(i18n("&Play"), "player_play", Qt::Key_Space,
                 kmidclient, SLOT(slotPlay()), actionCollection(), "song_play");
     (void)new KAction(i18n("P&ause"), "player_pause", Qt::Key_P, kmidclient,


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

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