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

Qt: MediaInfo: Clearly identify current/playing media info

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