From f9f854c4a8dad22bc515c3c6af6d3fec73cdede5 Mon Sep 17 00:00:00 2001 From: withmorten Date: Sat, 3 Jul 2021 01:36:44 +0200 Subject: [PATCH] smol fix --- src/skel/win/win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index acaea28d..d3dc2623 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -1541,7 +1541,7 @@ psSelectDevice() } if(bestFsMode < 0){ - MessageBox(nil, "Cannot find desired video mode", "GTA3", MB_OK); + MessageBox(nil, "Cannot find desired video mode", "GTA: Vice City", MB_OK); return FALSE; } GcurSelVM = bestFsMode;