diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 22:40:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 22:40:02 +0300 |
commit | 09e90f29d43694f401d80d8d86140eb96c21558a (patch) | |
tree | 736989b2d49912d552f5e9fec11561a2496f7697 /include | |
parent | e7ca07ff3871bb91337f50adce8274f0eee43f26 (diff) |
merge with master till
VKontakte: update VK_API to 5.76
Diffstat (limited to 'include')
-rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 0ded3a9d42..7681480c1b 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -62,7 +62,7 @@ struct CustomButtonData : public MZeroedObject bool m_bCanBeHidden, m_bCantBeHidden, m_bHidden, m_bAutoHidden, m_bSeparator, m_bDisabled, m_bPushButton; bool m_bRSided; BYTE m_opFlags; - int m_hLangpack; + int m_iLangId; DWORD m_dwOrigPosition; struct THotkeyItem *m_hotkey; |