From 8bd43ae4f790fcefecbcf1950ef4f36d1c4a6d20 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 2 Aug 2022 18:00:02 +0300 Subject: UInfoEx: advanced options dialog -> UI classes --- plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp') diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp b/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp index f16f5048e5..5a49125c94 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp @@ -42,7 +42,7 @@ INT_PTR CALLBACK DlgProcProgress(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lPar { switch (msg) { case WM_INITDIALOG: - IcoLib_SetCtrlIcons(hDlg, idIcon, g_plugin.getByte(SET_ICONS_BUTTONS, 1) ? _countof(idIcon) : 2); + IcoLib_SetCtrlIcons(hDlg, idIcon, g_plugin.bButtonIcons ? _countof(idIcon) : 2); TranslateDialogDefault(hDlg); SendDlgItemMessage(hDlg, IDCANCEL, BUTTONTRANSLATE, NULL, NULL); -- cgit v1.2.3