diff options
author | glx <glx@openttd.org> | 2008-02-24 21:47:02 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-02-24 21:47:02 +0000 |
commit | 747f57bceca421ecdb3e520caa2432c572509854 (patch) | |
tree | 4554bb1225491c50d0f0d0f33a865d7969458e10 /os/macosx | |
parent | 8290a798fc3d8f941e87e2c52183967d223034fc (diff) | |
download | openttd-747f57bceca421ecdb3e520caa2432c572509854.tar.xz |
(svn r12234) -Fix [FS#1798]: Mac OSX bundle display name should be 'OpenTTD' (oVRoM)
Diffstat (limited to 'os/macosx')
-rwxr-xr-x | os/macosx/plistgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/macosx/plistgen.sh b/os/macosx/plistgen.sh index 2fc84dc19..f492bcdcf 100755 --- a/os/macosx/plistgen.sh +++ b/os/macosx/plistgen.sh @@ -19,7 +19,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <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> |