From 34584d644b602b3ad8020f7cc1eeac6c3b6a3d5e Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 12 Oct 2012 08:49:48 +0000 Subject: Fixed Toolbar icon (fixes #109) git-svn-id: http://svn.miranda-ng.org/main/trunk@1881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SimpleStatusMsg/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SimpleStatusMsg/src/main.cpp b/plugins/SimpleStatusMsg/src/main.cpp index 35a618008f..a707a0ae66 100644 --- a/plugins/SimpleStatusMsg/src/main.cpp +++ b/plugins/SimpleStatusMsg/src/main.cpp @@ -1595,7 +1595,7 @@ static int AddTopToolbarButton(WPARAM wParam, LPARAM lParam) { TTBButton ttbb = {0}; ttbb.cbSize = sizeof(ttbb); - ttbb.hIconHandleUp = GetIconHandle(IDI_CSMSG); + ttbb.hIconHandleUp = ttbb.hIconHandleDn = GetIconHandle(IDI_CSMSG); ttbb.pszService = MS_SIMPLESTATUSMSG_SHOWDIALOGINT; ttbb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP; ttbb.name = ttbb.pszTooltipUp = LPGEN("Change Status Message"); -- cgit v1.2.3