mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-01 11:59:26 +00:00
(svn r20859) -Fix [FS#4143]: Remove an outdated comment and just reference the readme. (planetmaker)
This commit is contained in:
parent
daf1097e9b
commit
7f5f4950d7
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user