From e2530b85347a8e0a3344174c3575284a76f512aa Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 May 2018 16:19:56 +0300 Subject: UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo() --- protocols/IcqOscarJ/src/userinfotab.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/IcqOscarJ/src') diff --git a/protocols/IcqOscarJ/src/userinfotab.cpp b/protocols/IcqOscarJ/src/userinfotab.cpp index 76ec477cca..c6740c3dd0 100644 --- a/protocols/IcqOscarJ/src/userinfotab.cpp +++ b/protocols/IcqOscarJ/src/userinfotab.cpp @@ -276,7 +276,7 @@ int CIcqProto::OnUserInfoInit(WPARAM wParam, LPARAM lParam) odp.position = -1900000000; odp.szTitle.w = m_tszUserName; odp.pszTemplate = MAKEINTRESOURCEA(IDD_INFO_ICQ); - UserInfo_AddPage(wParam, &odp); + g_plugin.addUserInfo(wParam, &odp); if (!lParam) { wchar_t buf[200]; @@ -286,7 +286,7 @@ int CIcqProto::OnUserInfoInit(WPARAM wParam, LPARAM lParam) odp.position = -1899999999; odp.pszTemplate = MAKEINTRESOURCEA(IDD_INFO_CHANGEINFO); odp.pfnDlgProc = ChangeInfoDlgProc; - UserInfo_AddPage(wParam, &odp); + g_plugin.addUserInfo(wParam, &odp); } return 0; } -- cgit v1.2.3