From beed04fd78481c085df5f0342ce546b3fdd2e544 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Jun 2012 14:40:59 +0000 Subject: yet another TTB-dependent changes git-svn-id: http://svn.miranda-ng.org/main/trunk@473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/WhenWasIt/hooked_events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/WhenWasIt/hooked_events.cpp') diff --git a/plugins/WhenWasIt/hooked_events.cpp b/plugins/WhenWasIt/hooked_events.cpp index e8dc2775a6..94c0e674dd 100644 --- a/plugins/WhenWasIt/hooked_events.cpp +++ b/plugins/WhenWasIt/hooked_events.cpp @@ -180,7 +180,7 @@ int OnTopToolBarModuleLoaded(WPARAM wParam, LPARAM lParam) TTBButton ttb = {0}; ttb.cbSize = sizeof(TTBButton); ttb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP; - ttb.pszServiceDown = MS_WWI_CHECK_BIRTHDAYS; + ttb.pszService = MS_WWI_CHECK_BIRTHDAYS; ttb.hIconUp = ttb.hIconDn = hiCheckMenu; ttb.name = "Check for birthdays"; CallService(MS_TTB_ADDBUTTON, (WPARAM) &ttb, 0); -- cgit v1.2.3