Commit 5ebacd11 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

parent 9583bbb8
......@@ -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 );
......
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