diff options
Diffstat (limited to 'plugins/WhenWasIt/hooked_events.cpp')
-rw-r--r-- | plugins/WhenWasIt/hooked_events.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/WhenWasIt/hooked_events.cpp b/plugins/WhenWasIt/hooked_events.cpp index e80c3e3258..2f970fca2b 100644 --- a/plugins/WhenWasIt/hooked_events.cpp +++ b/plugins/WhenWasIt/hooked_events.cpp @@ -178,8 +178,8 @@ int OnTopToolBarModuleLoaded(WPARAM wParam, LPARAM lParam) ttb.cbSize = sizeof(ttb);
ttb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP;
ttb.pszService = MS_WWI_CHECK_BIRTHDAYS;
- ttb.hIconUp = ttb.hIconDn = hiCheckMenu;
- ttb.name = "Check for birthdays";
+ ttb.hIconUp = hiCheckMenu;
+ ttb.name = ttb.pszTooltipUp = LPGEN("Check for birthdays");
TopToolbar_AddButton(&ttb);
return 0;
}
|