diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-27 13:01:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-27 13:01:57 +0000 |
commit | c70038e7aab4b82a4411284073b0cf6adca17db2 (patch) | |
tree | b60b79c309cbbb6521e8d3597e97dca2763f58f2 /include/delphi/m_icolib.inc | |
parent | 6a52ba7c0566911d27468e748910bd87f0035c6a (diff) |
- 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
Diffstat (limited to 'include/delphi/m_icolib.inc')
-rw-r--r-- | include/delphi/m_icolib.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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';
|