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

Qt4: compile fix.

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