From 495c51c74e7d1595c882ae31becb7ab5b4093a08 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 May 2018 15:51:02 +0300 Subject: let's avoid identifier 'hLangpack' wherever possible --- include/m_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_options.h') 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 { -- cgit v1.2.3