From 41ee395da7530c17656bd06f84638ab8d9d3776d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 May 2018 23:36:07 +0300 Subject: options API unbound from hLangpack and switched to CMPlugin --- plugins/HistoryStats/src/mu_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryStats/src') diff --git a/plugins/HistoryStats/src/mu_common.cpp b/plugins/HistoryStats/src/mu_common.cpp index 212485233a..de199bd0df 100644 --- a/plugins/HistoryStats/src/mu_common.cpp +++ b/plugins/HistoryStats/src/mu_common.cpp @@ -88,7 +88,7 @@ namespace mu odp.szGroup.w = const_cast(pszGroup); odp.flags = flags | ODPF_UNICODE; odp.szTab.w = const_cast(pszTab); - Options_AddPage(addInfo, &odp); + g_plugin.addOptions(addInfo, &odp); } } -- cgit v1.2.3