summaryrefslogtreecommitdiffstats
path: root/src/skel/win/win.cpp
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-07-03 01:40:26 +0200
committerwithmorten <morten.with@gmail.com>2021-07-03 01:40:26 +0200
commit43631ba2036492821ecaa0f3c5d56795a310bfd2 (patch)
tree5848fdec93350b007360eb2a45e5a920291d495e /src/skel/win/win.cpp
parentsmol fix (diff)
downloadre3-43631ba2036492821ecaa0f3c5d56795a310bfd2.tar
re3-43631ba2036492821ecaa0f3c5d56795a310bfd2.tar.gz
re3-43631ba2036492821ecaa0f3c5d56795a310bfd2.tar.bz2
re3-43631ba2036492821ecaa0f3c5d56795a310bfd2.tar.lz
re3-43631ba2036492821ecaa0f3c5d56795a310bfd2.tar.xz
re3-43631ba2036492821ecaa0f3c5d56795a310bfd2.tar.zst
re3-43631ba2036492821ecaa0f3c5d56795a310bfd2.zip
Diffstat (limited to '')
-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 d3dc2623..f251f58d 100644
--- a/src/skel/win/win.cpp
+++ b/src/skel/win/win.cpp
@@ -1498,7 +1498,7 @@ psSelectDevice()
#ifdef DEFAULT_NATIVE_RESOLUTION
GcurSelVM = 1;
#else
- MessageBox(nil, "Cannot find 640x480 video mode", "GTA3", MB_OK);
+ MessageBox(nil, "Cannot find 640x480 video mode", "GTA: Vice City", MB_OK);
return FALSE;
#endif
}