From: Jean-Baptiste Kempf Date: Mon, 19 Mar 2007 19:32:42 +0000 (+0000) Subject: Qt4- temporary comment something to build ! X-Git-Tag: 0.9.0-test0~8102 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=0ac9553b533c730c57a195320ae8f56c157dd488;hp=59713dc8da29fc5b1e0b83d5d3c1bf62f5fb9a91 Qt4- temporary comment something to build ! --- diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp index 364adf49ad..c571d4e0ac 100644 --- a/modules/gui/qt4/dialogs/help.cpp +++ b/modules/gui/qt4/dialogs/help.cpp @@ -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 */