[vlc-devel] commit: Qt: menus/visualisation fix. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Feb 13 10:31:29 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 13 10:30:38 2009 +0100| [0ee99df52562eb1bd61da18a809b4b3e0ed89420] | committer: Jean-Baptiste Kempf
Qt: menus/visualisation fix.
10l is 10l of Coke, not of Whisky...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ee99df52562eb1bd61da18a809b4b3e0ed89420
---
modules/gui/qt4/menus.cpp | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index b23c680..5cc738f 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -499,11 +499,8 @@ QMenu *QVLCMenu::AudioMenu( intf_thread_t *p_intf, QMenu * current )
ACT_ADD( current, "audio-channels", qtr( "Audio &Channels" ) );
ACT_ADD( current, "audio-device", qtr( "Audio &Device" ) );
current->addSeparator();
- ACT_ADD( current, "visual", qtr( "&Visualizations" ) );
- current->addSeparator();
ACT_ADD( current, "visual", qtr( "&Visualizations" ) );
-
current->addSeparator();
QAction *action = current->addAction( qtr( "Increase Volume" ),
@@ -568,6 +565,7 @@ QMenu *QVLCMenu::VideoMenu( intf_thread_t *p_intf, QMenu *current )
ACT_ADD( current, "directx-wallpaper", qtr( "DirectX Wallpaper" ) );
#endif
ACT_ADD( current, "video-snapshot", qtr( "Sna&pshot" ) );
+
current->addSeparator();
ACT_ADD( current, "zoom", qtr( "&Zoom" ) );
More information about the vlc-devel
mailing list