Changeset - r16153:a01a44cad10a
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2010-09-30 18:58:56
frosch@openttd.org
(svn r20859) -Fix [FS#4143]: Remove an outdated comment and just reference the readme. (planetmaker)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/os/macosx/macos.mm
Show inline comments
 
@@ -88,7 +88,7 @@ void ShowOSErrorBox(const char *buf, boo
 
	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");
 
	}
 
}
 

	
0 comments (0 inline, 0 general)