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

List:       kde-commits
Subject:    kdemultimedia/kscd
From:       Alex Kern <alex.kern () gmx ! de>
Date:       2004-07-30 18:02:53
Message-ID: 20040730180253.B3E2A99D1 () office ! kde ! org
[Download RAW message or body]

CVS commit by kernalex: 

fix bug 80989, change the buttons << >> to |< >| as more common for "go previous", "go next"


  M +2 -2      kscd.cpp   1.265


--- kdemultimedia/kscd/kscd.cpp  #1.264:1.265
@@ -332,6 +332,6 @@ void KSCD::setIcons()
   stopPB->setIconSet(SmallIconSet("player_stop"));
   ejectPB->setIconSet(SmallIconSet("player_eject"));
-  prevPB->setIconSet(SmallIconSet(QApplication::reverseLayout() ? "player_fwd" : "player_rew"));
-  nextPB->setIconSet(SmallIconSet(QApplication::reverseLayout() ? "player_rew" : "player_fwd"));
+  prevPB->setIconSet(SmallIconSet("player_start"));
+  nextPB->setIconSet(SmallIconSet("player_end"));
   cddbPB->setIconSet(SmallIconSet("view_text"));
   infoPB->setIconSet(SmallIconSet("run"));


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

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