Commit 1d1e3428 authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Qt: plugins infos: filename is not editable

(cherry picked from commit cd02ebb272bc389fe425c95ca203a12a8b90aa72)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent de703379
......@@ -561,6 +561,7 @@ ExtensionInfoDialog::ExtensionInfoDialog( const ExtensionCopy& extension,
label = new QLabel( "<b>" + qtr( "File" ) + ":</b>", this );
layout->addWidget( label, 6, 0, 1, 2 );
QLineEdit *line = new QLineEdit( extension.name, this );
line->setReadOnly( true );
layout->addWidget( line, 6, 2, 1, -1 );
// Close button
......
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