From 7f5f4950d7c1ffd09b1425263b202372c73c752e Mon Sep 17 00:00:00 2001 From: frosch Date: Thu, 30 Sep 2010 18:58:56 +0000 Subject: (svn r20859) -Fix [FS#4143]: Remove an outdated comment and just reference the readme. (planetmaker) --- src/os/macosx/macos.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/macosx') diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm index 666602937..f3d2fad30 100644 --- a/src/os/macosx/macos.mm +++ b/src/os/macosx/macos.mm @@ -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"); } } -- cgit v1.2.3-54-g00ecf