# HG changeset patch # User insilmaril # Date 1144766054 0 # Node ID 68495946fe334b384349640fe4e2b36873bfc7ba # Parent 40a1403c736d1af2fc7c4db77c6d22aea448cfde added basic history window diff -r 40a1403c736d -r 68495946fe33 showtextdialog.ui.h --- a/showtextdialog.ui.h Mon Apr 10 11:23:33 2006 +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);