[vlc-commits] Qt: move VLM shortcut to Ctrl+Shift+W

Jean-Baptiste Kempf git at videolan.org
Thu Aug 16 18:55:54 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 16 18:55:37 2012 +0200| [db9bfa694325b560164756e7363edd61fdbd1f1a] | committer: Jean-Baptiste Kempf

Qt: move VLM shortcut to Ctrl+Shift+W

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db9bfa694325b560164756e7363edd61fdbd1f1a
---

 modules/gui/qt4/menus.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 18bb5ca..af45129 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -413,7 +413,7 @@ QMenu *VLCMenuBar::ToolsMenu( QMenu *menu )
 
 #ifdef ENABLE_VLM
     addDPStaticEntry( menu, qtr( I_MENU_VLM ), "", SLOT( vlmDialog() ),
-        "Ctrl+W" );
+        "Ctrl+Shift+W" );
 #endif
 
     addDPStaticEntry( menu, qtr( "Program Guide" ), "", SLOT( epgDialog() ),



More information about the vlc-commits mailing list