aboutdialog.cpp
changeset 381 c79df732d095
parent 364 7b74fa3772bf
child 390 0e1aeb21cb78
     1.1 --- a/aboutdialog.cpp	Wed Sep 06 12:47:06 2006 +0000
     1.2 +++ b/aboutdialog.cpp	Fri Sep 08 12:30:09 2006 +0000
     1.3 @@ -173,7 +173,7 @@
     1.4      tabs->showPage (credits);
     1.5  
     1.6      okbutton =new QPushButton (this,"okbutton");
     1.7 -    okbutton->setText (tr("Ok"));
     1.8 +    okbutton->setText (tr("Ok","Ok Button"));
     1.9      okbutton->setMaximumSize (QSize (50,30));
    1.10      okbutton->setAutoDefault (true);
    1.11      mainLayout->addWidget( okbutton);