diff options
Diffstat (limited to 'plugins/HwHotKeys/src')
| -rw-r--r-- | plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|
