diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-20 15:51:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-20 15:51:02 +0300 |
commit | 495c51c74e7d1595c882ae31becb7ab5b4093a08 (patch) | |
tree | 31afae70890e524bd14d0a8f38849a9d18128db3 /include/m_userinfo.h | |
parent | 852b327946b004dc233a6fff4ac523c5ed8b3b45 (diff) |
let's avoid identifier 'hLangpack' wherever possible
Diffstat (limited to 'include/m_userinfo.h')
-rw-r--r-- | include/m_userinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
|