From 760ee4fac3ca5d3b43c18c417348d53741105e1e Mon Sep 17 00:00:00 2001 From: Christian Pulvermacher Date: Thu, 28 Oct 2010 12:45:34 +0200 Subject: [PATCH] set button text --- src/connectdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connectdialog.cpp b/src/connectdialog.cpp index e3f52de..77d27a1 100644 --- a/src/connectdialog.cpp +++ b/src/connectdialog.cpp @@ -79,6 +79,7 @@ ConnectDialog::ConnectDialog(QWidget *parent): hostnameUpdated(hosts.lineEdit()->text()); //get saved quality for last host, or 2 #endif + done->setText(tr("Connect")); done->setMaximumWidth(110); connect(done, SIGNAL(clicked()), this, SLOT(accept())); -- 1.7.9.5