1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)

This commit is contained in:
Jean-Baptiste Kempf 2008-08-01 12:32:54 -07:00
parent 9583bbb88a
commit 5ebacd11d1

View 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 );