diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2012-03-11 13:56:16 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2012-03-11 13:56:16 +0000 |
commit | 30a53274d012fbef8f8129e87ed441d28ade8630 (patch) | |
tree | 508effe55663fbc533b8b9beb4595d31e74372d6 /tipper/tipper.cpp | |
parent | 3209a5fc38088077300a7048a8ad3679ca3d41b8 (diff) |
Fixes for unicode
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@599 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/tipper.cpp')
-rw-r--r-- | tipper/tipper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp index 72e562a..98ca543 100644 --- a/tipper/tipper.cpp +++ b/tipper/tipper.cpp @@ -190,7 +190,6 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) HookEvent(ME_FONT_RELOAD, ReloadFont);
hAvChangeEvent = HookEvent(ME_AV_AVATARCHANGED, AvatarChanged);
- hAvContactChangeEvent = HookEvent(ME_AV_CONTACTAVATARCHANGED, AvatarChanged);
hShowTipEvent = HookEvent(ME_CLC_SHOWINFOTIP, ShowTipHook);
hHideTipEvent = HookEvent(ME_CLC_HIDEINFOTIP, HideTipHook);
hAckEvent = HookEvent(ME_PROTO_ACK, ProtoAck);
|