diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-09 19:07:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-09 19:07:52 +0000 |
commit | e330841281557201cad1b6c4291cdd9e66fac696 (patch) | |
tree | 71beec23ce2e84d9fcbd5e42b76ba48f04839b56 /include/m_popup.h | |
parent | 402cf5c0416f7de3bcd9f40d3876d635acc280fc (diff) |
missing header
git-svn-id: http://svn.miranda-ng.org/main/trunk@14522 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_popup.h')
-rw-r--r-- | include/m_popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_popup.h b/include/m_popup.h index feb7834b93..11fc2d3bc6 100644 --- a/include/m_popup.h +++ b/include/m_popup.h @@ -498,7 +498,7 @@ typedef struct DWORD dwFlags; // set of PNF_* flags
char lpzGroup[MAXMODULELABELLENGTH];
char lpzName[MAXMODULELABELLENGTH];
- HICON lchIcon; // this will be registered in icolib
+ HANDLE lchIcoLib; // gotten from icolib
COLORREF colorBack; // this will be registered in fontservice
COLORREF colorText; // this will be registered in fontservice
int iSeconds; // default timeout
|