diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-17 16:47:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-17 16:47:04 +0300 |
commit | ba1083b4da33ca44a5ae7d90eabbe3d6d340a81e (patch) | |
tree | ff215cbcb7d606f9898dbb0f038e850540f52e75 /plugins/XSoundNotify/src/options.cpp | |
parent | 3c641c02b973483e86b9562088719396bbdbe412 (diff) |
XSoundNotify, YAPP, YaRelay, ZeroSwitch, ZeroNotify -> CMPlugin
Diffstat (limited to 'plugins/XSoundNotify/src/options.cpp')
-rw-r--r-- | plugins/XSoundNotify/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/XSoundNotify/src/options.cpp b/plugins/XSoundNotify/src/options.cpp index 0444d7c155..61d9505381 100644 --- a/plugins/XSoundNotify/src/options.cpp +++ b/plugins/XSoundNotify/src/options.cpp @@ -344,7 +344,7 @@ 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_OPTIONS);
odp.szGroup.w = LPGENW("Sounds");
|