diff -r 7a96bd401351 -r 692499ea76e1 showtextdialog.ui.h --- a/showtextdialog.ui.h Sun Jan 30 12:58:47 2005 +0000 +++ b/showtextdialog.ui.h Tue Apr 11 14:34:14 2006 +0000 @@ -3,15 +3,16 @@ textEdit1->setReadOnly (true); } +void ShowTextDialog::setCaption (const QString &t) +{ + QDialog::setCaption ("VYM - " + tr ("History of %1").arg(t)); +} void ShowTextDialog::setText(const QString &t) { textEdit1->setText (t); } - - - void ShowTextDialog::append( const QString &t ) { textEdit1->append (t);