1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 10:29:10 +00:00

(svn r20859) -Fix [FS#4143]: Remove an outdated comment and just reference the readme. (planetmaker)

This commit is contained in:
frosch
2010-09-30 18:58:56 +00:00
parent daf1097e9b
commit 7f5f4950d7

View File

@@ -88,7 +88,7 @@ void ShowOSErrorBox(const char *buf, bool system)
if (system) {
ShowMacDialog("OpenTTD has encountered an error", buf, "Quit");
} else {
ShowMacDialog(buf, "See the readme for more info.\nMost likely you are missing files from the original TTD.", "Quit");
ShowMacDialog(buf, "See the readme for more info.", "Quit");
}
}