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

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdebase/konqueror/about
From:       Diego Iastrubni <elcuco () kdemail ! net>
Date:       2004-08-24 23:36:30
Message-ID: 20040824233630.980B31690 () office ! kde ! org
[Download RAW message or body]

CVS commit by iastrubni: 

this fixes the about page, in which the "back" button showed the wrong direction
for RTL languages. 


  M +1 -1      konq_aboutpage.cc   1.59.2.1


--- kdebase/konqueror/about/konq_aboutpage.cc  #1.59:1.59.2.1
@@ -96,5 +96,5 @@ QString KonqAboutPageFactory::intro()
 
     KIconLoader *iconloader = KGlobal::iconLoader();
-    QString back_icon_path = iconloader->iconPath("back", KIcon::Small );
+    QString back_icon_path = \
QApplication::reverseLayout()?iconloader->iconPath("forward", KIcon::Small \
                ):iconloader->iconPath("back", KIcon::Small );
     QString gohome_icon_path = iconloader->iconPath("gohome", KIcon::Small );
 


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

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