diff options
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
|