diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-14 14:22:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-14 14:22:35 +0000 |
commit | 99f9bd745de40f36efc32fe1d7b0a4a4f5566635 (patch) | |
tree | 14d829bbc1717f8db0e17260b9fc9f37e07b9a83 | |
parent | a9497b5e0a03930187053ce79dcf2bb0c3cd76a8 (diff) |
fix for the standard icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@14164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/mir_app/src/extraicons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/extraicons.cpp b/src/mir_app/src/extraicons.cpp index c2da1c93b8..32008087ef 100644 --- a/src/mir_app/src/extraicons.cpp +++ b/src/mir_app/src/extraicons.cpp @@ -520,7 +520,7 @@ void LoadExtraIconsModule() hEventExtraImageListRebuilding = CreateHookableEvent(ME_CLIST_EXTRA_LIST_REBUILD);
// Icons
- Icon_Register(NULL, LPGEN("Contact list"), iconList, SIZEOF(iconList));
+ Icon_Register(g_hInst, LPGEN("Contact list"), iconList, SIZEOF(iconList));
// Hooks
HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded);
|