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() --- plugins/AVS/src/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/AVS') diff --git a/plugins/AVS/src/options.cpp b/plugins/AVS/src/options.cpp index 925fa52ee5..aed11c808d 100644 --- a/plugins/AVS/src/options.cpp +++ b/plugins/AVS/src/options.cpp @@ -1107,7 +1107,7 @@ int OnDetailsInit(WPARAM wParam, LPARAM lParam) // User dialog odp.pfnDlgProc = DlgProcAvatarProtoInfo; odp.pszTemplate = MAKEINTRESOURCEA(IDD_PROTO_AVATARS); - UserInfo_AddPage(wParam, &odp); + g_plugin.addUserInfo(wParam, &odp); } else { char *szProto = GetContactProto(hContact); @@ -1116,7 +1116,7 @@ int OnDetailsInit(WPARAM wParam, LPARAM lParam) odp.pfnDlgProc = DlgProcAvatarUserInfo; odp.position = -2000000000; odp.pszTemplate = MAKEINTRESOURCEA(IDD_USER_AVATAR); - UserInfo_AddPage(wParam, &odp); + g_plugin.addUserInfo(wParam, &odp); } } return 0; -- cgit v1.2.3