From 69217e82e8631bbb2183a1322d0985a495c52f5e Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 3 Oct 2009 23:06:51 -0600 Subject: Polish login procedure and fix some bugs with it WorldSelectDialog now works correctly. Buttons for several dialogs have more explainatory text and consistant locations. --- src/gui/serverdialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/serverdialog.h') diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h index f1cd26d4..6922f7a9 100644 --- a/src/gui/serverdialog.h +++ b/src/gui/serverdialog.h @@ -34,7 +34,7 @@ #include #include -class DropDown; +class ListBox; /** * Server and Port List Model @@ -100,10 +100,10 @@ class ServerDialog : public Window, public gcn::ActionListener private: gcn::TextField *mServerNameField; gcn::TextField *mPortField; - gcn::Button *mOkButton; - gcn::Button *mCancelButton; + gcn::Button *mQuitButton; + gcn::Button *mConnectButton; - DropDown *mMostUsedServersDropDown; + ListBox *mMostUsedServersDropDown; ServersListModel *mMostUsedServersListModel; ServerInfo *mServerInfo; -- cgit v1.2.3-70-g09d2