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/HistoryPlusPlus/historypp.dpr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr index adba99a1cb..105f212769 100644 --- a/plugins/HistoryPlusPlus/historypp.dpr +++ b/plugins/HistoryPlusPlus/historypp.dpr @@ -362,11 +362,10 @@ begin ttb.cbSize := SizeOf(ttb); ttb.hIconUp := hppIcons[HPP_ICON_GLOBALSEARCH].handle; - ttb.hIconDn := hppIcons[HPP_ICON_GLOBALSEARCH].handle; ttb.pszService := MS_HPP_SHOWGLOBALSEARCH; ttb.dwFlags := TTBBF_VISIBLE or TTBBF_SHOWTOOLTIP; - ttb.name := PAnsiChar(Translate('Global History Search')); + ttb.name := ttb.pszTooltipUp := PAnsiChar(Translate('Global History Search')); CallService(MS_TTB_ADDBUTTON,WPARAM(@ttb), 0); UnhookEvent(HookTTBLoaded); end; -- cgit v1.2.3