summaryrefslogtreecommitdiff
path: root/src/os/macosx
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-09-30 18:58:56 +0000
committerfrosch <frosch@openttd.org>2010-09-30 18:58:56 +0000
commit7f5f4950d7c1ffd09b1425263b202372c73c752e (patch)
tree94de04a41935ec13261177a3763fb19429c86a92 /src/os/macosx
parentdaf1097e9bef0186c340f09cc9ca9da019d24e34 (diff)
downloadopenttd-7f5f4950d7c1ffd09b1425263b202372c73c752e.tar.xz
(svn r20859) -Fix [FS#4143]: Remove an outdated comment and just reference the readme. (planetmaker)
Diffstat (limited to 'src/os/macosx')
-rw-r--r--src/os/macosx/macos.mm2
1 files changed, 1 insertions, 1 deletions
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");
}
}