summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-07-03 01:36:44 +0200
committerwithmorten <morten.with@gmail.com>2021-07-03 01:36:44 +0200
commitf9f854c4a8dad22bc515c3c6af6d3fec73cdede5 (patch)
tree03e5620eca573cb43bfdff950104ec2996b0bfdf
parentPeds: Efforts to find the reason of crashes on GCC 7.5.0 (diff)
downloadre3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar
re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.gz
re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.bz2
re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.lz
re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.xz
re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.zst
re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.zip
-rw-r--r--src/skel/win/win.cpp2
1 files changed, 1 insertions, 1 deletions
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;