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

Qt4: compile fix.

parent 17d2bc2f
......@@ -291,10 +291,10 @@ QMenu *QVLCMenu::FileMenu()
":/file-asym", SLOT( simpleOpenDialog() ), "Ctrl+O" );
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",
":/file-asym", SLOT( openFileDialog() ), "Ctrl+O" );
#endif
addDPStaticEntry( menu, qtr( I_OPEN_FOLDER ), "",
":/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