[vlc-commits] commit: Qt, Menu: move "customize interface" near preferences ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Mon Dec 20 00:31:57 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Dec 20 00:31:23 2010 +0100| [dab0099198a258234d53d4324d896179ec5b1076] | committer: Jean-Baptiste Kempf 

Qt, Menu: move "customize interface" near preferences

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dab0099198a258234d53d4324d896179ec5b1076
---

 modules/gui/qt4/menus.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 4d48e7d..8528a31 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -399,6 +399,9 @@ QMenu *QVLCMenu::ToolsMenu( QMenu *menu )
         "", SLOT( pluginDialog() ) );
     menu->addSeparator();
 
+    addDPStaticEntry( menu, qtr( "Customi&ze Interface..." ),
+        ":/menu/preferences", SLOT( toolbarDialog() ) );
+
     addDPStaticEntry( menu, qtr( "&Preferences" ),
         ":/menu/preferences", SLOT( prefsDialog() ), "Ctrl+P", QAction::PreferencesRole );
 
@@ -509,9 +512,6 @@ QMenu *QVLCMenu::ViewMenu( intf_thread_t *p_intf, QMenu *current, MainInterface
 #endif
 
     menu->addSeparator();
-    addDPStaticEntry( menu, qtr( "Customi&ze Interface..." ),
-        ":/menu/preferences", SLOT( toolbarDialog() ) );
-
     /* Extensions */
     ExtensionsMenu( p_intf, menu );
 



More information about the vlc-commits mailing list