summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-27 20:40:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-27 20:40:35 +0300
commit3c0c4ec799f35eb99215758f99491583033c5741 (patch)
tree465e516f7dc5aa6ba7b8f952601b44c967c68d14 /protocols/Discord/src/main.cpp
parente191ad15875a046f7a243596fe92e99f88cea072 (diff)
first version of options dialog
Diffstat (limited to 'protocols/Discord/src/main.cpp')
-rw-r--r--protocols/Discord/src/main.cpp2
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)