From e0b1fbf35cc17f73de8049cb72494c95669a9195 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 12 Jul 2012 13:56:54 +0000 Subject: minor toptoolbar fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StatusPlugins/StartupStatus/toolbars.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/StatusPlugins/StartupStatus/toolbars.cpp') diff --git a/plugins/StatusPlugins/StartupStatus/toolbars.cpp b/plugins/StatusPlugins/StartupStatus/toolbars.cpp index 989468cdb4..a7a13a6bc9 100644 --- a/plugins/StatusPlugins/StartupStatus/toolbars.cpp +++ b/plugins/StatusPlugins/StartupStatus/toolbars.cpp @@ -73,11 +73,10 @@ int CreateTopToolbarButtons(WPARAM wParam, LPARAM lParam) char profileName[128]; strncpy(profileName, dbv.pszVal, sizeof(profileName)-1); - ttb.name = profileName; ttb.hIconHandleDn = hTtbDown; ttb.hIconHandleUp = hTtbUp; ttb.wParamDown = ttb.wParamUp = i; - ttb.pszTooltipUp = profileName; + ttb.name = ttb.pszTooltipUp = LPGEN(profileName); HANDLE ttbAddResult = TopToolbar_AddButton(&ttb); if (ttbAddResult) { ttbButtons[ttbButtonCount] = ttbAddResult; -- cgit v1.2.3