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

Change Ctrl+F1 into Shift+F1 for about dialog because bookmark uses

F1 and Ctrl+F1.

I don't know what to do for F1 tough.
parent 3d1baa99
......@@ -615,7 +615,7 @@ QMenu *QVLCMenu::HelpMenu( QMenu *current )
#endif
menu->addSeparator();
addDPStaticEntry( menu, qtr( I_MENU_ABOUT ), "", ":/info",
SLOT( aboutDialog() ), "Ctrl+F1" );
SLOT( aboutDialog() ), "Shift+F1" );
return menu;
}
......
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