1.1 --- a/showtextdialog.ui.h Sun Jan 30 12:58:47 2005 +0000
1.2 +++ b/showtextdialog.ui.h Mon May 08 13:26:08 2006 +0000
1.3 @@ -3,15 +3,16 @@
1.4 textEdit1->setReadOnly (true);
1.5 }
1.6
1.7 +void ShowTextDialog::setCaption (const QString &t)
1.8 +{
1.9 + QDialog::setCaption ("VYM - " + tr ("History of %1").arg(t));
1.10 +}
1.11
1.12 void ShowTextDialog::setText(const QString &t)
1.13 {
1.14 textEdit1->setText (t);
1.15 }
1.16
1.17 -
1.18 -
1.19 -
1.20 void ShowTextDialog::append( const QString &t )
1.21 {
1.22 textEdit1->append (t);