Commit 80642cde authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: menu, remove navigation part

parent 1e464324
......@@ -222,7 +222,6 @@ static int InputAutoMenuBuilder( input_thread_t *p_object,
PUSH_VAR( "bookmark" );
PUSH_VAR( "title" );
PUSH_VAR( "chapter" );
PUSH_VAR( "navigation" );
PUSH_VAR( "program" );
return VLC_SUCCESS;
}
......@@ -692,8 +691,7 @@ QMenu *VLCMenuBar::NavigMenu( intf_thread_t *p_intf, QMenu *menu )
QMenu *submenu;
addActionWithSubmenu( menu, "title", qtr( "T&itle" ) );
addActionWithSubmenu( menu, "chapter", qtr( "&Chapter" ) );
submenu = addActionWithSubmenu( menu, "navigation", qtr( "&Navigation" ) );
submenu = addActionWithSubmenu( menu, "chapter", qtr( "&Chapter" ) );
submenu->setTearOffEnabled( true );
addActionWithSubmenu( menu, "program", qtr( "&Program" ) );
......
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