From f53121766f887f34a489c06669735ccbd2a859ab Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 12 Jul 2012 12:37:54 +0000 Subject: obsolete flag TTBBF_ICONBYHANDLE removed git-svn-id: http://svn.miranda-ng.org/main/trunk@920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/svc_reminder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/svc_reminder.cpp') diff --git a/plugins/UserInfoEx/svc_reminder.cpp b/plugins/UserInfoEx/svc_reminder.cpp index 98f52f9c21..f5f42bc20c 100644 --- a/plugins/UserInfoEx/svc_reminder.cpp +++ b/plugins/UserInfoEx/svc_reminder.cpp @@ -907,7 +907,7 @@ VOID SvcReminderOnTopToolBarLoaded() TTBButton ttb = { 0 }; ttb.cbSize = sizeof(ttb); - ttb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP | TTBBF_ICONBYHANDLE; + ttb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP; ttb.pszService = MS_USERINFO_REMINDER_CHECK; ttb.name = "Check anniversaries"; ttb.pszTooltipUp = LPGEN("Check anniversaries"); -- cgit v1.2.3