summaryrefslogtreecommitdiff
path: root/tipper/tipper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tipper/tipper.cpp')
-rw-r--r--tipper/tipper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp
index b12fd4a..15acb3d 100644
--- a/tipper/tipper.cpp
+++ b/tipper/tipper.cpp
@@ -359,8 +359,8 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) {
hAvChangeEvent = HookEvent(ME_AV_AVATARCHANGED, AvatarChanged);
hAvContactChangeEvent = HookEvent(ME_AV_CONTACTAVATARCHANGED, AvatarChanged);
- hShowTipEvent = HookEvent(ME_CLC_SHOWINFOTIP, ShowTip);
- hHideTipEvent = HookEvent(ME_CLC_HIDEINFOTIP, HideTip);
+ hShowTipEvent = HookEvent(ME_CLC_SHOWINFOTIP, ShowTipHook);
+ hHideTipEvent = HookEvent(ME_CLC_HIDEINFOTIP, HideTipHook);
hAckEvent = HookEvent(ME_PROTO_ACK, ProtoAck);
hFramesSBShow = HookEvent(ME_CLIST_FRAMES_SB_SHOW_TOOLTIP, FramesShowSBTip);