Clean up resource IDs

This commit is contained in:
David Hrdlička
2020-11-20 18:42:22 +01:00
parent 3506ad90e0
commit 8aab3da769
4 changed files with 19 additions and 25 deletions

View File

@@ -531,7 +531,7 @@ settings_msgbox_reset()
h = hwndMain;
hwndMain = hwndParentDialog;
i = ui_msgbox_ex(MBX_QUESTION_OK | MBX_WARNING, (wchar_t *) IDS_2051, (wchar_t *) IDS_2143, (wchar_t *) IDS_2141, NULL, NULL);
i = ui_msgbox_ex(MBX_QUESTION_OK | MBX_WARNING, (wchar_t *) IDS_2121, (wchar_t *) IDS_2122, (wchar_t *) IDS_2123, NULL, NULL);
hwndMain = h;