Commit 208aa807 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix hotkey shortcut

parent 4b77fc55
......@@ -61,7 +61,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
EMP = new ExtraMetaPanel( infoTabW, p_intf );
infoTabW->addTab( EMP, qtr( "&Metadata" ) );
IP = new InfoPanel( infoTabW, p_intf );
infoTabW->addTab( IP, qtr( "&Codec" ) );
infoTabW->addTab( IP, qtr( "Co&dec" ) );
if( isMainInputInfo )
{
ISP = new InputStatsPanel( infoTabW, p_intf );
......
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