From 0e6780c400fbae2ccd8895e40480adb4273906ae Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 14 Feb 2005 16:08:36 +0000 Subject: Set a Caption File a Bug and propose a better name --- (limited to 'noncore/net/opierdesktop') diff --git a/noncore/net/opierdesktop/qtwin.cpp b/noncore/net/opierdesktop/qtwin.cpp index e350bf6..181d275 100644 --- a/noncore/net/opierdesktop/qtwin.cpp +++ b/noncore/net/opierdesktop/qtwin.cpp @@ -94,6 +94,7 @@ void CleanString(QString* Item) //***************************************************************************** QMyDialog::QMyDialog(QWidget* parent) : QDialog(parent, "Settings", true) { + setCaption( tr( "Configuration" ) ); int i, j; char* home; char Text[256]; @@ -1608,6 +1609,7 @@ int main(int argc, char** argv) SV = new QMyScrollView(); App->setMainWidget(SV); SV->showMaximized(); + SV->setCaption( QMyScrollView::tr("Remote Desktop Client (RDP)") ); SV->timer_id = SV->startTimer(1000); App->exec(); delete SV; -- cgit v0.9.0.2