(svn r12234) -Fix [FS#1798]: Mac OSX bundle display name should be 'OpenTTD' (oVRoM)
authorglx
Sun, 24 Feb 2008 21:47:02 +0000
changeset 8630 fbd4990ad648
parent 8629 f61bb746249f
child 8631 2a6bdcfc61cb
(svn r12234) -Fix [FS#1798]: Mac OSX bundle display name should be 'OpenTTD' (oVRoM)
os/macosx/plistgen.sh
--- a/os/macosx/plistgen.sh	Sat Feb 23 22:23:06 2008 +0000
+++ b/os/macosx/plistgen.sh	Sun Feb 24 21:47:02 2008 +0000
@@ -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>