summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/src
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-07-09 08:51:22 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-07-09 08:51:22 +0000
commit4ce494e510feaaabc64ac4630645874ddd95203d (patch)
treed45ea73eb09e24ca47e0f6dc9b2bfcf03448bfbf /plugins/BasicHistory/src
parentc7104bb24c9ad7c7e2c6221bd9ae4a8f36f73448 (diff)
Fixed toolbar icon
git-svn-id: http://svn.miranda-ng.org/main/trunk@875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src')
-rw-r--r--plugins/BasicHistory/src/BasicHistory.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}