]> git.sesse.net Git - vlc/commitdiff
Qt: menu, remove navigation part
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 21 Apr 2013 15:22:50 +0000 (17:22 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 21 Apr 2013 15:22:50 +0000 (17:22 +0200)
modules/gui/qt4/menus.cpp

index 1e469d3cf59dd9250a3771969133584663f05a5f..f57dc0e7c2a9aa7f91a7477ee5f9b65efbd1afb2 100644 (file)
@@ -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" ) );