summaryrefslogtreecommitdiff
path: root/include/m_options.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-20 15:51:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-20 15:51:02 +0300
commit495c51c74e7d1595c882ae31becb7ab5b4093a08 (patch)
tree31afae70890e524bd14d0a8f38849a9d18128db3 /include/m_options.h
parent852b327946b004dc233a6fff4ac523c5ed8b3b45 (diff)
let's avoid identifier 'hLangpack' wherever possible
Diffstat (limited to 'include/m_options.h')
-rw-r--r--include/m_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_options.h b/include/m_options.h
index cdf89a9115..0b2112d1aa 100644
--- a/include/m_options.h
+++ b/include/m_options.h
@@ -66,7 +66,7 @@ struct OPTIONSDIALOGPAGE
DLGPROC pfnDlgProc;
char *pszTemplate;
HINSTANCE hInstance;
- int hLangpack;
+ int langId;
DWORD flags;
union {