]> git.sesse.net Git - vlc/commitdiff
qt4 - small comment to avoid the pbs until we have new contribs.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Mar 2007 00:26:58 +0000 (00:26 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Mar 2007 00:26:58 +0000 (00:26 +0000)
modules/gui/qt4/dialogs/help.cpp

index 4d5969a8e515354822dd84e1abac00861bce2002..364adf49adcc38198d88607ef2d64fbc613d32f9 100644 (file)
@@ -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 */