summaryrefslogtreecommitdiff
path: root/src/gui/logindialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/logindialog.cpp')
-rw-r--r--src/gui/logindialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/logindialog.cpp b/src/gui/logindialog.cpp
index cbdc657bb..f155d7293 100644
--- a/src/gui/logindialog.cpp
+++ b/src/gui/logindialog.cpp
@@ -139,11 +139,11 @@ LoginDialog::LoginDialog(LoginData *const data, std::string serverName,
mUpdateHost(updateHost),
mServerName(serverName)
{
- gcn::Label *const serverLabel1 = new Label(_("Server:"));
- gcn::Label *const serverLabel2 = new Label(serverName);
+ Label *const serverLabel1 = new Label(_("Server:"));
+ Label *const serverLabel2 = new Label(serverName);
serverLabel2->adjustSize();
- gcn::Label *const userLabel = new Label(_("Name:"));
- gcn::Label *const passLabel = new Label(_("Password:"));
+ Label *const userLabel = new Label(_("Name:"));
+ Label *const passLabel = new Label(_("Password:"));
if (mLoginData && mLoginData->updateHosts.size() > 1)
{
mUpdateHostLabel = new Label(strprintf(_("Update host: %s"),