summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/Notifications.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PluginUpdater/src/Notifications.cpp')
-rw-r--r--plugins/PluginUpdater/src/Notifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Notifications.cpp b/plugins/PluginUpdater/src/Notifications.cpp
index b3ef00ef7c..92488184d3 100644
--- a/plugins/PluginUpdater/src/Notifications.cpp
+++ b/plugins/PluginUpdater/src/Notifications.cpp
@@ -102,7 +102,7 @@ void ShowPopup(LPCTSTR pwszTitle, LPCTSTR pwszText, int Number)
if (g_plugin.getByte(setting, DEFAULT_POPUP_ENABLED)) {
POPUPDATAW ppd;
ppd.lchContact = NULL;
- ppd.lchIcon = IcoLib_GetIconByHandle(iconList[0].hIcolib);
+ ppd.lchIcon = g_plugin.getIcon(IDI_MENU);
if (Number == POPUP_TYPE_MSG) {
ppd.PluginWindowProc = PopupDlgProcRestart;