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 --- plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HwHotKeys/src') diff --git a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp index 897ad38cec..d16be454d7 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp @@ -126,7 +126,7 @@ int initializeOptions(WPARAM wParam, LPARAM) OptDlgPg.szGroup.w = LPGENW("Customize"); OptDlgPg.szTitle.w = LPGENW("Hardware HotKeys"); OptDlgPg.pfnDlgProc = OptDlgProc; - OptDlgPg.hLangpack = hLangpack; + OptDlgPg.langId = hLangpack; Options_AddPage(wParam, &OptDlgPg); return 0; } -- cgit v1.2.3