diff options
Diffstat (limited to 'protocols/Dummy/src')
-rw-r--r-- | protocols/Dummy/src/dummy.h | 2 |
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") },
|