From c70038e7aab4b82a4411284073b0cf6adca17db2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 Jan 2013 13:01:57 +0000 Subject: - new way of removing icolib icons by handle - icon leak fix for Jabber git-svn-id: http://svn.miranda-ng.org/main/trunk@3303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_icolib.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/delphi/m_icolib.inc') diff --git a/include/delphi/m_icolib.inc b/include/delphi/m_icolib.inc index 3c358c3f49..91ad20bb55 100644 --- a/include/delphi/m_icolib.inc +++ b/include/delphi/m_icolib.inc @@ -42,8 +42,8 @@ const { Remove a icon from options UI - wParam = 0 - lParam = pszName + wParam = (THandle)icon handle + lParam = (PChar)icon name, one of them must be specified WARNING: This will invalidate all HICONs retrieved for specified pszName } MS_SKIN2_REMOVEICON:PAnsiChar = 'Skin2/Icons/RemoveIcon'; -- cgit v1.2.3