From: Jean-Baptiste Kempf Date: Fri, 1 Aug 2008 19:32:54 +0000 (-0700) Subject: Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D) X-Git-Tag: 0.9.0-test3~41 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=5ebacd11d10f9acc39afc0b3d41beb280eaac293 Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D) --- diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp index 39d84a4721..04aaad4b7f 100644 --- a/modules/gui/qt4/menus.cpp +++ b/modules/gui/qt4/menus.cpp @@ -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 );