diff options
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/src/classPsTree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |