Commit 8634f761 authored by Edward Wang's avatar Edward Wang Committed by Jean-Baptiste Kempf

Qt4: add title to file associations dialog

Currently, when you click the button to set up file associations on
Windows, the dialog presented is untitled and just displays the file
name, "vlc".

Close #5711
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6e71a9b9
......@@ -945,6 +945,7 @@ void SPrefsPanel::assoDialog()
CoUninitialize();
QDialog *d = new QDialog( this );
d->setWindowTitle( qtr( "File associations" ) );
QGridLayout *assoLayout = new QGridLayout( d );
QTreeWidget *filetypeList = new QTreeWidget;
......
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