From e39077a9164aa50d0e6ebf9b8cbad5ca2e3c6625 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 7 Apr 2020 21:07:19 +0300 Subject: Dummy: fix copy-paste bug (UniqueId for MSN is 'wlid') --- protocols/Dummy/src/dummy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Dummy/src') 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") }, -- cgit v1.2.3