summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 22:40:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 22:40:02 +0300
commit09e90f29d43694f401d80d8d86140eb96c21558a (patch)
tree736989b2d49912d552f5e9fec11561a2496f7697 /include
parente7ca07ff3871bb91337f50adce8274f0eee43f26 (diff)
merge with master till
VKontakte: update VK_API to 5.76
Diffstat (limited to 'include')
-rw-r--r--include/m_srmm_int.h2
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;