diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-12 23:33:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-12 23:33:59 +0300 |
commit | 48de7daae4384c86681f89255b63631cb832097c (patch) | |
tree | a060798780245bdc825544e770fc2e939923a3ff /src/mir_app | |
parent | d25596f202a26ebc98a41340f9454c173a7e797f (diff) |
another missed helper
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/ei_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/ei_options.cpp b/src/mir_app/src/ei_options.cpp index ef3c7dd14f..12621029be 100644 --- a/src/mir_app/src/ei_options.cpp +++ b/src/mir_app/src/ei_options.cpp @@ -421,7 +421,7 @@ public: HICON hIcon = IcoLib_GetIconByHandle(extra->getDescIcon()); if (hIcon == nullptr) - ImageList_AddIcon(hImageList, hBlankIcon); + ImageList_AddIcon_NotShared(hImageList, MAKEINTRESOURCE(IDI_BLANK)); else { ImageList_AddIcon(hImageList, hIcon); IcoLib_ReleaseIcon(hIcon); |