git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
59713dc
)
Qt4- temporary comment something to build !
author
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 19 Mar 2007 19:32:42 +0000
(19:32 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 19 Mar 2007 19:32:42 +0000
(19:32 +0000)
modules/gui/qt4/dialogs/help.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/help.cpp
b/modules/gui/qt4/dialogs/help.cpp
index
364adf4
..
c571d4e
100644
(file)
--- 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 */