Commit db9bfa69 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: move VLM shortcut to Ctrl+Shift+W

parent fbd676f3
......@@ -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() ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment