summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/Options.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-17 19:38:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-17 19:38:12 +0300
commit0c12fe889baeced3e7d8c3f2558d10f563a43612 (patch)
tree6478aabb8448eb53223593abf9f7f7966a4afcf5 /plugins/PluginUpdater/src/Options.cpp
parent2aa59179945482dee30935c991f9317dfbf31946 (diff)
Plugin Updater loses compatibility with Miranda IM completely due to CMPlugin
Diffstat (limited to 'plugins/PluginUpdater/src/Options.cpp')
-rw-r--r--plugins/PluginUpdater/src/Options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Options.cpp b/plugins/PluginUpdater/src/Options.cpp
index b8bbc5363c..57f50bd06f 100644
--- a/plugins/PluginUpdater/src/Options.cpp
+++ b/plugins/PluginUpdater/src/Options.cpp
@@ -505,7 +505,7 @@ static int OptInit(WPARAM wParam, LPARAM)
{
OPTIONSDIALOGPAGE odp = { 0 };
odp.position = 100000000;
- odp.hInstance = hInst;
+ odp.hInstance = g_plugin.getInst();
odp.flags = ODPF_BOLDGROUPS | ODPF_UNICODE;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_UPDATENOTIFY);
odp.szGroup.w = LPGENW("Services");