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

Qt: change tools accessor

parent 80642cde
......@@ -322,7 +322,7 @@ void VLCMenuBar::createMenuBar( MainInterface *mi,
BAR_DADD( VideoMenu( p_intf, bar ), qtr( "&Video" ), 2 );
BAR_DADD( SubtitleMenu( p_intf, bar ), qtr( "Subti&tle" ), 5 );
addMenuToMainbar( ToolsMenu( bar ), qtr( "&Tools" ), bar );
addMenuToMainbar( ToolsMenu( bar ), qtr( "T&ools" ), bar );
/* View menu, a bit different */
BAR_DADD( ViewMenu( p_intf, NULL, mi ), qtr( "V&iew" ), 4 );
......@@ -1050,7 +1050,7 @@ void VLCMenuBar::PopupMenu( intf_thread_t *p_intf, bool show )
/* Add some special entries for windowed mode: Interface Menu */
if( !b_isFullscreen )
{
QMenu *submenu = new QMenu( qtr( "Tools" ), menu );
QMenu *submenu = new QMenu( qtr( "T&ools" ), menu );
/*QMenu *tools =*/ ToolsMenu( submenu );
submenu->addSeparator();
......
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