summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/server.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-07 19:40:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-07 19:40:11 +0300
commit3aae70e7ad1247f82d14314a6afe9c4b22d0fa2a (patch)
tree5ce54d69b0d73aa78b66756c8d86f7403acbd619 /protocols/ICQ-WIM/src/server.cpp
parentb396750fae7f9f41043ddeb849e5cff29cbcca9c (diff)
MRA account support moved from Dummy to ICQ
Diffstat (limited to 'protocols/ICQ-WIM/src/server.cpp')
-rw-r--r--protocols/ICQ-WIM/src/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/server.cpp b/protocols/ICQ-WIM/src/server.cpp
index 8c4fc52b78..1144df6b4b 100644
--- a/protocols/ICQ-WIM/src/server.cpp
+++ b/protocols/ICQ-WIM/src/server.cpp
@@ -258,7 +258,7 @@ MCONTACT CIcqProto::ParseBuddyInfo(const JSONNode &buddy, MCONTACT hContact)
setDword(hContact, "Status", StatusFromString(str));
Json2string(hContact, buddy, "friendly", "Nick");
- Json2string(hContact, buddy, "emailId", "e-mail");
+ Json2string(hContact, buddy, "emailId", "Email");
Json2string(hContact, buddy, "cellNumber", "Cellular");
Json2string(hContact, buddy, "phoneNumber", "Phone");
Json2string(hContact, buddy, "workNumber", "CompanyPhone");