win32: add warning icon to warn message

This commit is contained in:
OV2 2019-04-16 21:17:18 +02:00
parent ea8e016631
commit f53a6697dd
1 changed files with 1 additions and 1 deletions

View File

@ -2235,7 +2235,7 @@ LRESULT CALLBACK WinProc(
"with old ROM hacks or if you otherwise know what you're doing.\n\n" "with old ROM hacks or if you otherwise know what you're doing.\n\n"
"If any problems occur, click \"Set Defaults\" to reset the options to normal.", "If any problems occur, click \"Set Defaults\" to reset the options to normal.",
"Warning: Unsupported", "Warning: Unsupported",
MB_OKCANCEL) != IDOK) MB_ICONWARNING | MB_OKCANCEL) != IDOK)
break; break;
RestoreGUIDisplay(); RestoreGUIDisplay();