diff -r 5cfbba1dc2f8 -r db50e4164311 aboutdialog.cpp --- a/aboutdialog.cpp Wed Jun 14 10:28:01 2006 +0000 +++ b/aboutdialog.cpp Wed Jun 14 14:43:18 2006 +0000 @@ -21,7 +21,7 @@ mainLayout=new QVBoxLayout( this, 10); tabs=new QTabWidget (this); - credits=new AboutTextBrowser (tabs,"credits"); + credits=new AboutTextBrowser (parent,"credits"); credits->setText ( "
" @@ -55,8 +55,7 @@ credits->setFrameStyle( Q3Frame::Panel | Q3Frame::Plain ); tabs->addTab (credits,"Credits"); - license=new AboutTextBrowser (tabs,"license"); - //license->setTextFormat (PlainText); + license=new AboutTextBrowser (parent,"license"); license->setText ( "

VYM - View Your Mind

" "

Copyright (C) 2004-2005 Uwe Drechsel

"