diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-27 20:40:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-27 20:40:35 +0300 |
commit | 3c0c4ec799f35eb99215758f99491583033c5741 (patch) | |
tree | 465e516f7dc5aa6ba7b8f952601b44c967c68d14 /protocols/Discord/src/main.cpp | |
parent | e191ad15875a046f7a243596fe92e99f88cea072 (diff) |
first version of options dialog
Diffstat (limited to 'protocols/Discord/src/main.cpp')
-rw-r--r-- | protocols/Discord/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp index 06e922e49d..9779dd8817 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -55,7 +55,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC static PROTO_INTERFACE* protoInit(const char *proto_name, const wchar_t *username) { - return new DiscordProto(proto_name, username); + return new ÑDiscordProto(proto_name, username); } static int protoUninit(PROTO_INTERFACE *proto) |