]> git.sesse.net Git - vlc/commitdiff
Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Aug 2008 19:32:54 +0000 (12:32 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Aug 2008 19:34:17 +0000 (12:34 -0700)
modules/gui/qt4/menus.cpp

index 39d84a47213695dcb66fd051695ef3b33f09162f..04aaad4b7fb158f31983b216e433e833cbede270 100644 (file)
@@ -1239,7 +1239,7 @@ void QVLCMenu::CreateAndConnect( QMenu *menu, const char *psz_var,
         }
     }
 
-    action->setText( text );
+    /* FIXME action->setText( text ); */
     action->setToolTip( help );
 
     action->setEnabled( i_object_id != 0 );