Commit 24481664 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: move customize to view.

parent 3439c052
...@@ -381,8 +381,6 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf ) ...@@ -381,8 +381,6 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf )
"", SLOT( pluginDialog() ) ); "", SLOT( pluginDialog() ) );
menu->addSeparator(); menu->addSeparator();
addDPStaticEntry( menu, qtr( "Customi&ze Interface..." ),
":/preferences", SLOT( toolbarDialog() ) );
addDPStaticEntry( menu, qtr( "&Preferences" ), addDPStaticEntry( menu, qtr( "&Preferences" ),
":/preferences", SLOT( prefsDialog() ), "Ctrl+P" ); ":/preferences", SLOT( prefsDialog() ), "Ctrl+P" );
...@@ -460,6 +458,9 @@ QMenu *QVLCMenu::ViewMenu( intf_thread_t *p_intf, ...@@ -460,6 +458,9 @@ QMenu *QVLCMenu::ViewMenu( intf_thread_t *p_intf,
} }
menu->addSeparator(); menu->addSeparator();
addDPStaticEntry( menu, qtr( "Customi&ze Interface..." ),
":/preferences", SLOT( toolbarDialog() ) );
menu->addSeparator();
return menu; return menu;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment