(svn r20859) -Fix [FS#4143]: Remove an outdated comment and just reference the readme. (planetmaker)
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user