From 0b26ecf091dcde8e2e153c331b0015697966a4cc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 12 Jul 2012 11:31:36 +0000 Subject: repetitions removed git-svn-id: http://svn.miranda-ng.org/main/trunk@918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BasicHistory/src/BasicHistory.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/BasicHistory/src') diff --git a/plugins/BasicHistory/src/BasicHistory.cpp b/plugins/BasicHistory/src/BasicHistory.cpp index a3bef75f36..bfdf0b274d 100644 --- a/plugins/BasicHistory/src/BasicHistory.cpp +++ b/plugins/BasicHistory/src/BasicHistory.cpp @@ -109,9 +109,8 @@ int ToolbarModuleLoaded(WPARAM wParam,LPARAM lParam) tbb.name = LPGEN("Open History"); tbb.pszService = MS_HISTORY_SHOWCONTACTHISTORY; tbb.pszTooltipUp = LPGEN("Open History"); - tbb.pszTooltipDn = LPGEN("Open History"); tbb.dwFlags = TTBBF_SHOWTOOLTIP | TTBBF_ICONBYHANDLE; - tbb.hIconHandleUp = tbb.hIconHandleDn = LoadSkinnedIconHandle(SKINICON_OTHER_HISTORY); + tbb.hIconHandleUp = LoadSkinnedIconHandle(SKINICON_OTHER_HISTORY); hToolbarButton = TopToolbar_AddButton(&tbb); } return 0; -- cgit v1.2.3