changeset 8630:85bfaeeb062f draft

(svn r12234) -Fix [FS#1798]: Mac OSX bundle display name should be 'OpenTTD' (oVRoM)
author glx <glx@openttd.org>
date Sun, 24 Feb 2008 21:47:02 +0000
parents 8d7472e6d544
children 8b224d095072
files os/macosx/plistgen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os/macosx/plistgen.sh
+++ b/os/macosx/plistgen.sh
@@ -19,7 +19,7 @@
         <key>CFBundleDevelopmentRegion</key>
         <string>English</string>
         <key>CFBundleDisplayName</key>
-        <string>Open Transport Tycoon</string>
+        <string>OpenTTD</string>
         <key>CFBundleExecutable</key>
         <string>openttd</string>
         <key>CFBundleGetInfoString</key>