(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
1 changed files with 1 additions and 1 deletions

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");
}
}