From f53a6697dd240702c65c0c0c9d12645f199e4fe9 Mon Sep 17 00:00:00 2001 From: OV2 Date: Tue, 16 Apr 2019 21:17:18 +0200 Subject: [PATCH] win32: add warning icon to warn message --- win32/wsnes9x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/wsnes9x.cpp b/win32/wsnes9x.cpp index b57f60b5..c5efc725 100644 --- a/win32/wsnes9x.cpp +++ b/win32/wsnes9x.cpp @@ -2235,7 +2235,7 @@ LRESULT CALLBACK WinProc( "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.", "Warning: Unsupported", - MB_OKCANCEL) != IDOK) + MB_ICONWARNING | MB_OKCANCEL) != IDOK) break; RestoreGUIDisplay();