]> git.sesse.net Git - vlc/commitdiff
Qt4- temporary comment something to build !
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Mar 2007 19:32:42 +0000 (19:32 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Mar 2007 19:32:42 +0000 (19:32 +0000)
modules/gui/qt4/dialogs/help.cpp

index 364adf49adcc38198d88607ef2d64fbc613d32f9..c571d4e0ac1747cb3c7857fba0420a068c78dc07 100644 (file)
@@ -85,7 +85,7 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf) :  QVLCFrame( _p_intf )
     /* People who helped */
     QFile *thanksFile = new QFile( "/usr/src/vlc/THANKS" );
     QTextEdit *thanksEdit = new QTextEdit( this );
-    thanksEdit->setText( thanksFile->readAll() );
+//    thanksEdit->setText( thanksFile->readAll() );
     thanksEdit->setReadOnly( true );
 
     /* add the tabs to the Tabwidget */