]> git.sesse.net Git - vlc/commitdiff
Qt: plugins infos: filename is not editable
authorFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 20 Feb 2012 18:36:36 +0000 (19:36 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 20 Feb 2012 18:41:34 +0000 (19:41 +0100)
modules/gui/qt4/dialogs/plugins.cpp

index 65931020978c63621298a13c8fa6020e796935ba..8d18b894b91d34a48324ac0a008a053683085b24 100644 (file)
@@ -563,6 +563,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