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

List:       kde-commits
Subject:    kdemultimedia/juk
From:       Scott Wheeler <wheeler () kde ! org>
Date:       2005-03-17 20:59:43
Message-ID: 20050317205943.A37DD16F45 () office ! kde ! org
[Download RAW message or body]

CVS commit by wheeler: 

Remove the "track" from "Next Track" and "Previous Track"

FEATURE:99666


  M +2 -2      juk.cpp   1.237


--- kdemultimedia/juk/juk.cpp  #1.236:1.237
@@ -140,6 +140,6 @@ void JuK::setupActions()
     new KAction(i18n("&Stop"),  "player_stop",  0, m_player, SLOT(stop()),  \
actions(), "stop");  
-    new KToolBarPopupAction(i18n("Previous &Track"), "player_start", KShortcut(), \
                m_player, SLOT(back()), actions(), "back");
-    new KAction(i18n("&Next Track"), "player_end", KShortcut(), m_player, \
SLOT(forward()), actions(), "forward"); +    new \
KToolBarPopupAction(i18n("Previous"), "player_start", KShortcut(), m_player, \
SLOT(back()), actions(), "back"); +    new KAction(i18n("&Next"), "player_end", \
                KShortcut(), m_player, SLOT(forward()), actions(), "forward");
     new KToggleAction(i18n("&Loop Playlist"), 0, KShortcut(), actions(), \
"loopPlaylist");  KToggleAction *resizeColumnAction =


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

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