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

List:       kde-commits
Subject:    kdebase/kwin
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-04-27 11:39:52
Message-ID: 20050427113952.DF048630 () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

Change the order of the shortcuts to Right,Left right with the other actions.
BUG: 104618


  M +2 -2      kwinbindings.cpp   1.50


--- kdebase/kwin/kwinbindings.cpp  #1.49:1.50
@@ -59,8 +59,8 @@
         DEF( I18N_NOOP("Activate Window Demanding Attention"), CTRL+ALT+Qt::Key_A, \
                0, slotActivateAttentionWindow());
         DEF( I18N_NOOP("Setup Window Shortcut"), 0, 0, slotSetupWindowShortcut());
-        DEF2( "Window Pack Left", I18N_NOOP("Pack Window to the Left"),
-            0, 0, slotWindowPackLeft() );
         DEF2( "Window Pack Right", I18N_NOOP("Pack Window to the Right"),
             0, 0, slotWindowPackRight() );
+        DEF2( "Window Pack Left", I18N_NOOP("Pack Window to the Left"),
+            0, 0, slotWindowPackLeft() );
         DEF2( "Window Pack Up", I18N_NOOP("Pack Window Up"),
             0, 0, slotWindowPackUp() );


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

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