diff options
Diffstat (limited to 'plugins/UserInfoEx/svc_reminder.cpp')
-rw-r--r-- | plugins/UserInfoEx/svc_reminder.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/svc_reminder.cpp b/plugins/UserInfoEx/svc_reminder.cpp index 41940ac9f4..9ec0953b36 100644 --- a/plugins/UserInfoEx/svc_reminder.cpp +++ b/plugins/UserInfoEx/svc_reminder.cpp @@ -911,7 +911,6 @@ VOID SvcReminderOnTopToolBarLoaded() ttb.pszServiceDown = MS_USERINFO_REMINDER_CHECK;
ttb.name = "Check anniversaries";
ttb.hIconHandleDn = ttb.hIconHandleUp = Skin_GetIconHandle(ICO_COMMON_BIRTHDAY);
- ttb.tooltipUp = ttb.tooltipDn = "Check anniversaries";
hTTButton = CallService(MS_TTB_ADDBUTTON, (WPARAM) &ttb, 0);
if (hTTButton)
|