diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-26 22:43:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-26 22:43:47 +0300 |
commit | f71ba68ef30c799b3311a5079c6f5bea199bb7a6 (patch) | |
tree | 57b1d9f31ea4cec08bcbe434d00f637a24c0c7e7 | |
parent | 38ee23df958a808c52a27ffd459fb65a264b48da (diff) |
blurp... wrong array
-rw-r--r-- | src/mir_app/src/clistmod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/clistmod.cpp b/src/mir_app/src/clistmod.cpp index 2f4c7876a4..95a9745aed 100644 --- a/src/mir_app/src/clistmod.cpp +++ b/src/mir_app/src/clistmod.cpp @@ -435,7 +435,7 @@ int LoadContactListModule2(void) ImageList_AddIcon_NotShared(hCListImages, MAKEINTRESOURCE(IDI_BLANK));
// now all core skin icons are loaded via icon lib. so lets release them
- for (auto &it : statusModeList)
+ for (auto &it : skinIconStatusList)
ImageList_AddIcon_IconLibLoaded(hCListImages, it);
// see IMAGE_GROUP... in clist.h if you add more images above here
|