summaryrefslogtreecommitdiff
path: root/plugins/AsSingleWindow/src/Options.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-20 23:36:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-20 23:36:07 +0300
commit41ee395da7530c17656bd06f84638ab8d9d3776d (patch)
tree4f28423e3acb809b9be60f467d7fbca262a612d5 /plugins/AsSingleWindow/src/Options.cpp
parente79355b2127afe4cdfe4676e76a165fefe6e6c2a (diff)
options API unbound from hLangpack and switched to CMPlugin
Diffstat (limited to 'plugins/AsSingleWindow/src/Options.cpp')
-rw-r--r--plugins/AsSingleWindow/src/Options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AsSingleWindow/src/Options.cpp b/plugins/AsSingleWindow/src/Options.cpp
index 383e0422d2..3e0567fb3e 100644
--- a/plugins/AsSingleWindow/src/Options.cpp
+++ b/plugins/AsSingleWindow/src/Options.cpp
@@ -12,7 +12,7 @@ int InitOptions(WPARAM wParam, LPARAM)
Opts.hInstance = g_plugin.getInst();
Opts.flags = ODPF_BOLDGROUPS;
- Options_AddPage(wParam, &Opts);
+ g_plugin.addOptions(wParam, &Opts);
return 0;
}