summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-04-12 23:33:59 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-04-12 23:33:59 +0300
commit48de7daae4384c86681f89255b63631cb832097c (patch)
treea060798780245bdc825544e770fc2e939923a3ff /src/mir_app
parentd25596f202a26ebc98a41340f9454c173a7e797f (diff)
another missed helper
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/ei_options.cpp2
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);