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_options.h | |
parent | 852b327946b004dc233a6fff4ac523c5ed8b3b45 (diff) |
let's avoid identifier 'hLangpack' wherever possible
Diffstat (limited to 'include/m_options.h')
-rw-r--r-- | include/m_options.h | 2 |
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 {
|