diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-12 11:21:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-12 11:21:41 +0000 |
commit | 9778744e014c310fad29b1d0536ef6985e909470 (patch) | |
tree | 89fe0c18d8f404ed605ffff410b0a30d3442b737 /plugins/UserInfoEx/svc_reminder.cpp | |
parent | aceb6d0e476267170a41f6870dd408d67e71e696 (diff) |
various TTB buttons quirks
git-svn-id: http://svn.miranda-ng.org/main/trunk@917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/svc_reminder.cpp')
-rw-r--r-- | plugins/UserInfoEx/svc_reminder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/svc_reminder.cpp b/plugins/UserInfoEx/svc_reminder.cpp index e9a6658ad2..98f52f9c21 100644 --- a/plugins/UserInfoEx/svc_reminder.cpp +++ b/plugins/UserInfoEx/svc_reminder.cpp @@ -910,8 +910,8 @@ VOID SvcReminderOnTopToolBarLoaded() ttb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP | TTBBF_ICONBYHANDLE;
ttb.pszService = MS_USERINFO_REMINDER_CHECK;
ttb.name = "Check anniversaries";
- ttb.pszTooltipUp = ttb.pszTooltipDn = LPGEN("Check anniversaries");
- ttb.hIconHandleDn = ttb.hIconHandleUp = Skin_GetIconHandle(ICO_COMMON_BIRTHDAY);
+ ttb.pszTooltipUp = LPGEN("Check anniversaries");
+ ttb.hIconHandleUp = Skin_GetIconHandle(ICO_COMMON_BIRTHDAY);
TopToolbar_AddButton(&ttb);
}
|