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/UserInfoEx/src/classPsTree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/src') diff --git a/plugins/UserInfoEx/src/classPsTree.cpp b/plugins/UserInfoEx/src/classPsTree.cpp index e40b6f6bff..d1567bba69 100644 --- a/plugins/UserInfoEx/src/classPsTree.cpp +++ b/plugins/UserInfoEx/src/classPsTree.cpp @@ -132,7 +132,7 @@ int CPsTree::AddDummyItem(LPCSTR pszGroup) odp.flags = ODPF_UNICODE; odp.szTitle.w = mir_utf8decodeW(pszGroup); - INT_PTR rc = UserInfo_AddPage((WPARAM)&psh, &odp); + int rc = g_plugin.addUserInfo((WPARAM)&psh, &odp); mir_free(odp.szTitle.w); if (!rc) { _pItems = psh._pPages; -- cgit v1.2.3