diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-01 04:15:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-01 04:15:19 +0300 |
commit | 292968544ed758ae58c29b613cb89a7b67e551fa (patch) | |
tree | 710b40f187592a1f3efb44b308a457f002f096f8 /src/net | |
parent | d90303a19147d679f46759aba8b8711962b6e176 (diff) | |
download | plus-292968544ed758ae58c29b613cb89a7b67e551fa.tar.gz plus-292968544ed758ae58c29b613cb89a7b67e551fa.tar.bz2 plus-292968544ed758ae58c29b613cb89a7b67e551fa.tar.xz plus-292968544ed758ae58c29b613cb89a7b67e551fa.zip |
Rename CustomServerDialog to EditServerDialog.
Use EditServerDialog for adding new servers to ServerDialog.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/serverinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/serverinfo.h b/src/net/serverinfo.h index fb6a99a33..b4bb1a2d8 100644 --- a/src/net/serverinfo.h +++ b/src/net/serverinfo.h @@ -54,7 +54,7 @@ public: ServerInfo() { type = TMWATHENA; - port = 0; + port = 6901; save = false; version.first = 0; } |