From a062f627ed7d0e31a105acc48f5d7ba69abf2a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 27 Apr 2005 11:39:52 +0000 Subject: [PATCH] Change the order of the shortcuts to Right,Left right with the other actions. BUG: 104618 svn path=/trunk/kdebase/kwin/; revision=408150 --- kwinbindings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kwinbindings.cpp b/kwinbindings.cpp index 45266d66d2..ca06b769a3 100644 --- a/kwinbindings.cpp +++ b/kwinbindings.cpp @@ -58,10 +58,10 @@ 0, 0, slotWindowBelow() ); 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() ); DEF2( "Window Pack Down", I18N_NOOP("Pack Window Down"),