[vlc-devel] commit: Small invertion in the menu. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Aug 22 04:01:52 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 21 19:04:42 2008 -0700| [03d3899e11b5b09d538ef24d8f3526fed28c6e36] | committer: Jean-Baptiste Kempf
Small invertion in the menu.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03d3899e11b5b09d538ef24d8f3526fed28c6e36
---
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 5896f64..6fca178 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -299,11 +299,11 @@ QMenu *QVLCMenu::FileMenu()
"Ctrl+C" );
menu->addSeparator();
+ addDPStaticEntry( menu, qtr( "Conve&rt / Save..." ), "", "",
+ SLOT( openThenTranscodingDialogs() ), "Ctrl+R" );
addDPStaticEntry( menu, qtr( "&Streaming..." ), "",
":/stream", SLOT( openThenStreamingDialogs() ),
"Ctrl+S" );
- addDPStaticEntry( menu, qtr( "Conve&rt / Save..." ), "", "",
- SLOT( openThenTranscodingDialogs() ), "Ctrl+R" );
menu->addSeparator();
addDPStaticEntry( menu, qtr( "&Quit" ) , "",
More information about the vlc-devel
mailing list