summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 19:19:59 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 19:19:59 +0300
commit648ef4e3b4b7d2d4796021bfe193064708f1a3e7 (patch)
tree825bb3cfd78637243b088bd0fb14c36a532a41c3 /include
parent8557d288376ccc87bd54f2a76c99f77115949f02 (diff)
code cleaning
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;