From 4ce494e510feaaabc64ac4630645874ddd95203d Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 9 Jul 2012 08:51:22 +0000 Subject: Fixed toolbar icon git-svn-id: http://svn.miranda-ng.org/main/trunk@875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BasicHistory/src/BasicHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/BasicHistory/src/BasicHistory.cpp b/plugins/BasicHistory/src/BasicHistory.cpp index 43664f664e..a3bef75f36 100644 --- a/plugins/BasicHistory/src/BasicHistory.cpp +++ b/plugins/BasicHistory/src/BasicHistory.cpp @@ -110,7 +110,7 @@ int ToolbarModuleLoaded(WPARAM wParam,LPARAM lParam) tbb.pszService = MS_HISTORY_SHOWCONTACTHISTORY; tbb.pszTooltipUp = LPGEN("Open History"); tbb.pszTooltipDn = LPGEN("Open History"); - tbb.dwFlags = TTBBF_SHOWTOOLTIP; + tbb.dwFlags = TTBBF_SHOWTOOLTIP | TTBBF_ICONBYHANDLE; tbb.hIconHandleUp = tbb.hIconHandleDn = LoadSkinnedIconHandle(SKINICON_OTHER_HISTORY); hToolbarButton = TopToolbar_AddButton(&tbb); } -- cgit v1.2.3