diff options
Diffstat (limited to 'src/gui/register.cpp')
-rw-r--r-- | src/gui/register.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/register.cpp b/src/gui/register.cpp index bf0cb299e..4f696dc9d 100644 --- a/src/gui/register.cpp +++ b/src/gui/register.cpp @@ -154,7 +154,7 @@ void RegisterDialog::action(const gcn::ActionEvent &event) { if (event.getId() == "cancel") { - Client::setState(STATE_LOGIN); + Client::setState(STATE_PRE_LOGIN); } else if (event.getId() == "register" && canSubmit()) { |