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/worldselectdialog.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/gui/worldselectdialog.h') diff --git a/src/gui/worldselectdialog.h b/src/gui/worldselectdialog.h index be18705c..0b93e62e 100644 --- a/src/gui/worldselectdialog.h +++ b/src/gui/worldselectdialog.h @@ -31,7 +31,7 @@ #include class LoginData; -class ServerListModel; +class WorldListModel; /** * The server select dialog. @@ -58,9 +58,10 @@ class WorldSelectDialog : public Window, public gcn::ActionListener { void action(const gcn::ActionEvent &event); private: - ServerListModel *mServerListModel; - gcn::ListBox *mServerList; - gcn::Button *mOkButton; + WorldListModel *mWorldListModel; + gcn::ListBox *mWorldList; + gcn::Button *mChangeLoginButton; + gcn::Button *mChooseWorld; }; #endif // WORLD_SELECT_DIALOG_H -- cgit v1.2.3-70-g09d2