[vlc-devel] commit: Previous strategy to not have to translate does not work. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 23 21:30:46 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 23 10:54:35 2008 -0700| [c5ecf50f4a4b42717be5e5cb2d5bd4dcca031ad0] | committer: 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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5ecf50f4a4b42717be5e5cb2d5bd4dcca031ad0
---
modules/gui/qt4/menus.cpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 3195ae4..a2fc50d 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -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..." ), "",
More information about the vlc-devel
mailing list