[vlc-devel] commit: Qt4: compile fix. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 23 21:32:09 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 23 12:34:41 2008 -0700| [aecdd21b9c6c01a226a0fe35638c5ad8bac28668] | committer: Jean-Baptiste Kempf
Qt4: compile fix.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aecdd21b9c6c01a226a0fe35638c5ad8bac28668
---
modules/gui/qt4/menus.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index c614cb8..cb1a988 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -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" );
More information about the vlc-devel
mailing list