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

List:       kde-commits
Subject:    kdenetwork/kmail
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2002-12-09 22:56:47
[Download RAW message or body]

CVS commit by mutz: 

bidi fix. Patch by Diego Iastrubni <iastrubn@actcom.co.il>


  M +4 -2      kmmainwin.cpp   1.550


--- kdenetwork/kmail/kmmainwin.cpp  #1.549:1.550
@@ -2659,5 +2659,6 @@ void KMMainWin::setupMenuBar()
                          actionCollection(), "go_next_message" );
 
-  new KAction( KGuiItem( i18n("Next &Unread Message"), "next",
+  new KAction( KGuiItem( i18n("Next &Unread Message"),
+                         QApplication::reverseLayout() ? "previous" : "next",
                          i18n("Go to the next unread message") ),
                          Key_Plus, this, SLOT(slotNextUnreadMessage()),
@@ -2676,5 +2677,6 @@ void KMMainWin::setupMenuBar()
                          actionCollection(), "go_prev_message" );
 
-  new KAction( KGuiItem( i18n("Previous Unread &Message"), "previous",
+  new KAction( KGuiItem( i18n("Previous Unread &Message"),
+                         QApplication::reverseLayout() ? "next" : "previous",
                          i18n("Go to the previous unread message") ),
                          Key_Minus, this, SLOT(slotPrevUnreadMessage()),


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

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