diff -r 7b74fa3772bf -r bb94eec7c8f3 aboutdialog.cpp --- a/aboutdialog.cpp Tue Sep 05 09:47:13 2006 +0000 +++ b/aboutdialog.cpp Thu Sep 21 13:48:05 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);