Commit 98922f95 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Qt] Change accelerator in menu.

parent 9fac8c09
......@@ -362,7 +362,7 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf )
#endif
menu->addSeparator();
addDPStaticEntry( menu, qtr( "&Customize Interface..." ), "",
addDPStaticEntry( menu, qtr( "Customi&ze Interface..." ), "",
":/preferences", SLOT( toolbarDialog() ), "" );
addDPStaticEntry( menu, qtr( "&Preferences..." ), "",
":/preferences", SLOT( prefsDialog() ), "Ctrl+P" );
......
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