diff -r 5f6e176e9718 -r c79df732d095 aboutdialog.cpp --- a/aboutdialog.cpp Wed Sep 06 12:47:06 2006 +0000 +++ b/aboutdialog.cpp Fri Sep 08 12:30:09 2006 +0000 @@ -173,7 +173,7 @@ tabs->showPage (credits); okbutton =new QPushButton (this,"okbutton"); - okbutton->setText (tr("Ok")); + okbutton->setText (tr("Ok","Ok Button")); okbutton->setMaximumSize (QSize (50,30)); okbutton->setAutoDefault (true); mainLayout->addWidget( okbutton);