From 495c51c74e7d1595c882ae31becb7ab5b4093a08 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 May 2018 15:51:02 +0300 Subject: let's avoid identifier 'hLangpack' wherever possible --- include/m_userinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_userinfo.h') diff --git a/include/m_userinfo.h b/include/m_userinfo.h index 167cbb09f5..8f4ff6ec67 100644 --- a/include/m_userinfo.h +++ b/include/m_userinfo.h @@ -77,7 +77,7 @@ All PSN_ WM_NOTIFY messages have PSHNOTIFY.lParam = (LPARAM)hContact #define PSM_FORCECHANGED (WM_USER+100) //force-send a PSN_INFOCHANGED to all pages __forceinline INT_PTR UserInfo_AddPage(WPARAM wParam, OPTIONSDIALOGPAGE* odp) -{ odp->hLangpack = hLangpack; +{ odp->langId = hLangpack; return CallService("UserInfo/AddPage", wParam, (LPARAM)odp); } -- cgit v1.2.3