[vlc-devel] commit: Qt: add a separator in the menus before recent Items. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Dec 30 13:21:08 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 28 22:23:19 2008 +0100| [e14417af4822ffd174ca91b642d704b650763daf] | committer: Jean-Baptiste Kempf
Qt: add a separator in the menus before recent Items.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e14417af4822ffd174ca91b642d704b650763daf
---
modules/gui/qt4/menus.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 4fe59c6..18b1aae 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -324,6 +324,8 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf )
":/capture-card", SLOT( openCaptureDialog() ),
"Ctrl+C" );
+ menu->addSeparator();
+
recentsMenu = new QMenu( qtr( "Recently played" ), menu );
updateRecents( p_intf );
menu->addMenu( recentsMenu );
More information about the vlc-devel
mailing list