Commit afbd3e49 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 - small comment to avoid the pbs until we have new contribs.

parent 93a51f20
......@@ -79,7 +79,7 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf) : QVLCFrame( _p_intf )
/* GPL License */
QFile *licenseFile = new QFile( "/usr/src/vlc/COPYING" );
QTextEdit *licenseEdit = new QTextEdit( this );
licenseEdit->setText( licenseFile->readAll() );
// licenseEdit->setText( licenseFile->readAll() );
licenseEdit->setReadOnly( true );
/* People who helped */
......
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