summaryrefslogtreecommitdiff
path: root/src/net/loginhandler.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2008-04-25 23:47:50 +0000
committerYohann Ferreira <bertram@cegetel.net>2008-04-25 23:47:50 +0000
commit34f13f39c61fbfc0a41e5b5d49f9d9619e3f75a3 (patch)
tree6cc3726f1bf85edc69629042b322a8b4e4b6af86 /src/net/loginhandler.cpp
parent536f18bdaae32831aa92702535586f26d0628a42 (diff)
downloadmana-client-34f13f39c61fbfc0a41e5b5d49f9d9619e3f75a3.tar.gz
mana-client-34f13f39c61fbfc0a41e5b5d49f9d9619e3f75a3.tar.bz2
mana-client-34f13f39c61fbfc0a41e5b5d49f9d9619e3f75a3.tar.xz
mana-client-34f13f39c61fbfc0a41e5b5d49f9d9619e3f75a3.zip
Made the Email address change work more nicely with the server.
Diffstat (limited to 'src/net/loginhandler.cpp')
-rw-r--r--src/net/loginhandler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/loginhandler.cpp b/src/net/loginhandler.cpp
index 3a5b1c64..6840d90c 100644
--- a/src/net/loginhandler.cpp
+++ b/src/net/loginhandler.cpp
@@ -190,6 +190,9 @@ void LoginHandler::handleMessage(MessageIn &msg)
case ERRMSG_NO_LOGIN:
errorMessage = "Account not connected. Please login first.";
break;
+ case ERRMSG_EMAIL_ALREADY_EXISTS:
+ errorMessage = "The new Email Address already exists.";
+ break;
default:
errorMessage = "Unknown error";
break;