summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2020-04-07 21:07:19 +0300
committerdartraiden <wowemuh@gmail.com>2020-04-07 21:07:56 +0300
commite39077a9164aa50d0e6ebf9b8cbad5ca2e3c6625 (patch)
treeee9a68af7f28b8054b7d2dbd7f693692b1a71372 /protocols/Dummy/src
parent897d6fe41f14eadc0003bc2b76a8433b626b1557 (diff)
Dummy: fix copy-paste bug (UniqueId for MSN is 'wlid')
Diffstat (limited to 'protocols/Dummy/src')
-rw-r--r--protocols/Dummy/src/dummy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Dummy/src/dummy.h b/protocols/Dummy/src/dummy.h
index 42963e632c..ea919c2f9a 100644
--- a/protocols/Dummy/src/dummy.h
+++ b/protocols/Dummy/src/dummy.h
@@ -44,7 +44,7 @@ static const ttemplate templates[] =
{ "Jabber", "jid", LPGEN("JID") },
{ "MinecraftDynmap", "Nick", LPGEN("Visible name") },
{ "MRA", "e-mail", LPGEN("E-mail address") },
- { "MSN", "e-mail", LPGEN("Live ID") },
+ { "MSN", "wlid", LPGEN("Live ID") },
{ "Omegle", "nick", LPGEN("Visible name") },
{ "Sametime", "stid", LPGEN("ID") },
{ "Skype (SkypeKit)", "sid", LPGEN("Skype name") },