Commit 575b88cf authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: MediaInfo: Clearly identify current/playing media info

parent 55fe0126
......@@ -48,6 +48,9 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
{
isMainInputInfo = ( p_item == NULL );
if ( isMainInputInfo )
setWindowTitle( qtr( "Current Media Information" ) );
else
setWindowTitle( qtr( "Media Information" ) );
setWindowRole( "vlc-media-info" );
......
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