1.1 --- a/aboutdialog.cpp Tue Jun 13 08:49:12 2006 +0000
1.2 +++ b/aboutdialog.cpp Tue Jul 04 12:10:56 2006 +0000
1.3 @@ -21,7 +21,7 @@
1.4 mainLayout=new QVBoxLayout( this, 10);
1.5
1.6 tabs=new QTabWidget (this);
1.7 - credits=new AboutTextBrowser (tabs,"credits");
1.8 + credits=new AboutTextBrowser (parent,"credits");
1.9
1.10 credits->setText (
1.11 "<center><img src=\""+iconPath+"vym-128x128.png\"></center>"
1.12 @@ -55,8 +55,7 @@
1.13 credits->setFrameStyle( Q3Frame::Panel | Q3Frame::Plain );
1.14 tabs->addTab (credits,"Credits");
1.15
1.16 - license=new AboutTextBrowser (tabs,"license");
1.17 - //license->setTextFormat (PlainText);
1.18 + license=new AboutTextBrowser (parent,"license");
1.19 license->setText (
1.20 "<h3>VYM - View Your Mind</h3>"
1.21 "<p>Copyright (C) 2004-2005 Uwe Drechsel</p>"