aboutdialog.cpp
branchqt4-port
changeset 6 db50e4164311
parent 3 6a0342b3c519
child 8 21379539d952
     1.1 --- a/aboutdialog.cpp	Wed Jun 14 10:28:01 2006 +0000
     1.2 +++ b/aboutdialog.cpp	Wed Jun 14 14:43:18 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>"