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 --- protocols/Steam/src/steam_options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Steam/src') diff --git a/protocols/Steam/src/steam_options.cpp b/protocols/Steam/src/steam_options.cpp index ed5fc00e36..92fd87152e 100644 --- a/protocols/Steam/src/steam_options.cpp +++ b/protocols/Steam/src/steam_options.cpp @@ -83,11 +83,11 @@ int CSteamProto::OnOptionsInit(WPARAM wParam, LPARAM) odp.szTab.w = LPGENW("Account"); odp.pDialog = CSteamOptionsMain::CreateOptionsPage(this); - Options_AddPage(wParam, &odp); + g_plugin.addOptions(wParam, &odp); //odp.szTab.w = LPGENW("Blocked contacts"); //odp.pDialog = CSteamOptionsBlockList::CreateOptionsPage(this); - //Options_AddPage(wParam, &odp); + //g_plugin.addOptions(wParam, &odp); return 0; } \ No newline at end of file -- cgit v1.2.3