(svn r12234) -Fix [FS#1798]: Mac OSX bundle display name should be 'OpenTTD' (oVRoM)
authorglx
Sun, 24 Feb 2008 21:47:02 +0000
changeset 9126 e9335628bc7b
parent 9125 0081fd86cc15
child 9127 5e79327476bc
(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>