summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.cpp
diff options
context:
space:
mode:
authorBlue <bluesansdouze@gmail.com>2009-05-21 15:14:52 +0200
committerBlue <bluesansdouze@gmail.com>2009-05-21 15:14:52 +0200
commita9df0306b4949f10287657a229e1f8d33cfae5e9 (patch)
treeb3dff4b9f36e12d1492d534943796017a955bc3e /src/gui/serverdialog.cpp
parent7b76f0e8c4c489254d7519e2916b951601423801 (diff)
parentb85793ec89e57ae20140957f833a06b874eb3120 (diff)
downloadmana-a9df0306b4949f10287657a229e1f8d33cfae5e9.tar.gz
mana-a9df0306b4949f10287657a229e1f8d33cfae5e9.tar.bz2
mana-a9df0306b4949f10287657a229e1f8d33cfae5e9.tar.xz
mana-a9df0306b4949f10287657a229e1f8d33cfae5e9.zip
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'src/gui/serverdialog.cpp')
-rw-r--r--src/gui/serverdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp
index a3dfdeae..5d08a2ec 100644
--- a/src/gui/serverdialog.cpp
+++ b/src/gui/serverdialog.cpp
@@ -100,7 +100,7 @@ ServerDialog::ServerDialog(LoginData *loginData):
mMostUsedServersDropDown = new DropDown(mMostUsedServersListModel);
- mOkButton = new Button(_("Ok"), "connect", this);
+ mOkButton = new Button(_("OK"), "connect", this);
mCancelButton = new Button(_("Cancel"), "cancel", this);
mServerNameField->setActionEventId("connect");