[vlc-devel] commit: Qt: move customize to view. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Feb 7 21:31:20 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb  7 21:30:39 2009 +0100| [2448166498e22263444031a6ce6a1141cdffb2ea] | committer: Jean-Baptiste Kempf 

Qt: move customize to view.

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

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

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 5630f16..f60b8d4 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -381,8 +381,6 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf )
         "", SLOT( pluginDialog() ) );
     menu->addSeparator();
 
-    addDPStaticEntry( menu, qtr( "Customi&ze Interface..." ),
-        ":/preferences", SLOT( toolbarDialog() ) );
     addDPStaticEntry( menu, qtr( "&Preferences" ),
         ":/preferences", SLOT( prefsDialog() ), "Ctrl+P" );
 
@@ -460,6 +458,9 @@ QMenu *QVLCMenu::ViewMenu( intf_thread_t *p_intf,
     }
 
     menu->addSeparator();
+    addDPStaticEntry( menu, qtr( "Customi&ze Interface..." ),
+        ":/preferences", SLOT( toolbarDialog() ) );
+    menu->addSeparator();
 
     return menu;
 }




More information about the vlc-devel mailing list