diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-05 18:53:26 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-05 18:53:26 +0000 |
commit | 4762fe3d72f220c5c59845f7cfd4f1021a2ab915 (patch) | |
tree | af9fc043c48a73139dad2ef3aaa6a80eb136e1bd /protocols/Tox/src/tox_accounts.cpp | |
parent | a9fbb37488cf2f7d8198277aba80c55517cad092 (diff) |
Tox: fixed custom event icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@13451 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_accounts.cpp')
-rw-r--r-- | protocols/Tox/src/tox_accounts.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_accounts.cpp b/protocols/Tox/src/tox_accounts.cpp index 29645bc6bf..1751d261c9 100644 --- a/protocols/Tox/src/tox_accounts.cpp +++ b/protocols/Tox/src/tox_accounts.cpp @@ -35,6 +35,8 @@ int CToxProto::OnAccountLoaded(WPARAM, LPARAM) HookProtoEvent(ME_USERINFO_INITIALISE, &CToxProto::OnUserInfoInit);
HookProtoEvent(ME_MSG_PRECREATEEVENT, &CToxProto::OnPreCreateMessage);
+ InitCustomDbEvents();
+
return 0;
}
|