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

Previous strategy to not have to translate does not work.

Too bad. See the French translation for contre-exemple.
Menu accelerator fix.
parent 75661a92
......@@ -300,8 +300,10 @@ QMenu *QVLCMenu::FileMenu()
#ifdef WIN32
":/file-asym", SLOT( simpleOpenDialog() ), "Ctrl+O" );
addDPStaticEntry( menu, qtr( "Advanced Open File..." ), "",
#endif
":/file-asym", SLOT( openFileDialog() ), "" );
#else
":/file-asym", SLOT( openFileDialog() ), "Ctrl+0" );
#endif
addDPStaticEntry( menu, qtr( I_OPEN_FOLDER ), "",
":/folder-grey", SLOT( PLOpenDir() ), "Ctrl+F" );
addDPStaticEntry( menu, qtr( "Open &Disc..." ), "",
......
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