mirror of https://github.com/snes9xgit/snes9x.git
win32: add warning icon to warn message
This commit is contained in:
parent
ea8e016631
commit
f53a6697dd
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue