From 6bcce0307d2baf4db5a5802b9c3bb3f2714254db Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Jun 2012 12:17:26 +0000 Subject: other TTB-dependent changes git-svn-id: http://svn.miranda-ng.org/main/trunk@471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StatusPlugins/StartupStatus/toolbars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/StatusPlugins') diff --git a/plugins/StatusPlugins/StartupStatus/toolbars.cpp b/plugins/StatusPlugins/StartupStatus/toolbars.cpp index 9b8ab6c475..175615df6b 100644 --- a/plugins/StatusPlugins/StartupStatus/toolbars.cpp +++ b/plugins/StatusPlugins/StartupStatus/toolbars.cpp @@ -59,7 +59,7 @@ int CreateTopToolbarButtons(WPARAM wParam, LPARAM lParam) TTBButton ttb = { 0 }; ttb.cbSize = sizeof(ttb); ttb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP | TTBBF_ICONBYHANDLE; - ttb.pszServiceDown = ttb.pszServiceUp = MS_SS_LOADANDSETPROFILE; + ttb.pszService = MS_SS_LOADANDSETPROFILE; for (int i=0; i < profileCount; i++) { char setting[80]; _snprintf(setting, sizeof(setting), "%d_%s", i, SETTING_CREATETTBBUTTON); -- cgit v1.2.3