diff options
author | frosch <frosch@openttd.org> | 2010-09-30 18:58:56 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-09-30 18:58:56 +0000 |
commit | 7f5f4950d7c1ffd09b1425263b202372c73c752e (patch) | |
tree | 94de04a41935ec13261177a3763fb19429c86a92 /src/os | |
parent | daf1097e9bef0186c340f09cc9ca9da019d24e34 (diff) | |
download | openttd-7f5f4950d7c1ffd09b1425263b202372c73c752e.tar.xz |
(svn r20859) -Fix [FS#4143]: Remove an outdated comment and just reference the readme. (planetmaker)
Diffstat (limited to 'src/os')
-rw-r--r-- | src/os/macosx/macos.mm | 2 |
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"); } } |