1
0
Fork 0

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

release/1.1
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) { if (system) {
ShowMacDialog("OpenTTD has encountered an error", buf, "Quit"); ShowMacDialog("OpenTTD has encountered an error", buf, "Quit");
} else { } 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");
} }
} }