summaryrefslogtreecommitdiff
path: root/protocols/IRCG/userinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/userinfo.cpp')
-rw-r--r--protocols/IRCG/userinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/userinfo.cpp b/protocols/IRCG/userinfo.cpp
index d7e8f071b4..8f6378a3ce 100644
--- a/protocols/IRCG/userinfo.cpp
+++ b/protocols/IRCG/userinfo.cpp
@@ -219,6 +219,6 @@ int __cdecl CIrcProto::OnInitUserInfo(WPARAM wParam, LPARAM lParam)
odp.pfnDlgProc = UserDetailsDlgProc;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_USERINFO);
odp.pszTitle = m_szModuleName;
- CallService( MS_USERINFO_ADDPAGE, wParam, (LPARAM) & odp);
+ UserInfo_AddPage(wParam, &odp);
return 0;
}