Commit 74f808c3 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 d9e67666
......@@ -289,10 +289,12 @@ QMenu *QVLCMenu::FileMenu()
addDPStaticEntry( menu, qtr( "&Open File..." ), "",
#ifdef WIN32
":/file-asym", SLOT( simpleOpenDialog() ), "Ctrl+O" );
addDPStaticEntry( menu, qtr( "Advanced" ) + qtr( "Open File..." ), "",
#endif
addDPStaticEntry( menu, qtr( "Advanced Open File..." ), "",
":/file-asym", SLOT( openFileDialog() ), "" );
addDPStaticEntry( menu, qtr( I_OPEN_FOLDER ), "",
#else
addDPStaticEntry( menu, qtr( I_OPEN_FOLDER ), "Ctrl+O",
#endif
":/folder-grey", SLOT( PLOpenDir() ), "Ctrl+F" );
addDPStaticEntry( menu, qtr( "Open &Disc..." ), "",
":/disc", SLOT( openDiscDialog() ), "Ctrl+D" );
......
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