From cf9de21af3073e29cb7b149fbd8427241de70729 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Oct 2016 16:18:50 +0300 Subject: - old useless helpers removed from the Options module; - mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h --- plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/HwHotKeys') diff --git a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp index eec095c9f1..a138e21388 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp @@ -130,8 +130,8 @@ int initializeOptions(WPARAM wParam, LPARAM) OptDlgPg.hInstance = hInstance; OptDlgPg.flags = ODPF_BOLDGROUPS | ODPF_UNICODE; OptDlgPg.pszTemplate = MAKEINTRESOURCEA(dlg_options); - OptDlgPg.pwszGroup = LPGENW("Customize"); - OptDlgPg.pwszTitle = LPGENW("Hardware HotKeys"); + OptDlgPg.szGroup.w = LPGENW("Customize"); + OptDlgPg.szTitle.w = LPGENW("Hardware HotKeys"); OptDlgPg.pfnDlgProc = OptDlgProc; OptDlgPg.hLangpack = hLangpack; Options_AddPage(wParam, &OptDlgPg); -- cgit v1.2.3