From 99f9bd745de40f36efc32fe1d7b0a4a4f5566635 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 14 Jun 2015 14:22:35 +0000 Subject: fix for the standard icons git-svn-id: http://svn.miranda-ng.org/main/trunk@14164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_app/src/extraicons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3