diff options
author | bjarni <bjarni@openttd.org> | 2005-07-29 09:45:25 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-07-29 09:45:25 +0000 |
commit | 30a5f299f8a54ca8dffeb31c41de0b474ecc7aed (patch) | |
tree | e8c04b322d808aabc55aa97dc2999e111e28df6f /os | |
parent | 79292d193edeb2c8a34fdb93d12e176c9e7e51d8 (diff) | |
download | openttd-30a5f299f8a54ca8dffeb31c41de0b474ecc7aed.tar.xz |
(svn r2745) -Fix: [OSX] removed the assert window introduced in 2741 from strgen
- it appeared to cause problems and strgen don't need a GUI
- renamed ottd to openttd in the app menu (Tobin)
Diffstat (limited to 'os')
-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 237901eb8..51059d331 100755 --- a/os/macosx/plistgen.sh +++ b/os/macosx/plistgen.sh @@ -31,7 +31,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>ottd</string> + <string>OpenTTD</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> |