diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-02 18:00:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-02 18:00:02 +0300 |
commit | 8bd43ae4f790fcefecbcf1950ef4f36d1c4a6d20 (patch) | |
tree | 74fbfb11012ca3044806c48877c7677979baf884 /plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp | |
parent | 2daa10fc6e063ab3e4824dc22820bbe7d3ce733f (diff) |
UInfoEx: advanced options dialog -> UI classes
Diffstat (limited to 'plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|