summaryrefslogtreecommitdiff
path: root/utils/themeeditor/Info.plist
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2010-07-28 20:56:20 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2010-07-28 20:56:20 +0000
commitce1d2bf7b19960d7a5a1dc208a291dce7c6b305e (patch)
treea93f10edd42d7db1f0242b0f2af196deef760b01 /utils/themeeditor/Info.plist
parent17069799a935fc96367b7cfd7d5e3ec689bcef92 (diff)
downloadrockbox-ce1d2bf7b19960d7a5a1dc208a291dce7c6b305e.tar.gz
rockbox-ce1d2bf7b19960d7a5a1dc208a291dce7c6b305e.zip
Update theme editor app name for OS X bundle.
The OS X bundle Info.plist needs to hold the filename of the executable for the application bundle to work correctly. Update it according to the recent name change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27605 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/Info.plist')
-rw-r--r--utils/themeeditor/Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/Info.plist b/utils/themeeditor/Info.plist
index 2d794a72b6..95c5604604 100644
--- a/utils/themeeditor/Info.plist
+++ b/utils/themeeditor/Info.plist
@@ -3,7 +3,7 @@
3<plist version="0.9"> 3<plist version="0.9">
4 <dict> 4 <dict>
5 <key>CFBundleExecutable</key> 5 <key>CFBundleExecutable</key>
6 <string>themeeditor</string> 6 <string>rbthemeeditor</string>
7 <key>CFBundleName</key> 7 <key>CFBundleName</key>
8 <string>Theme Editor</string> 8 <string>Theme Editor</string>
9 <key>CFBundleShortVersionString</key> 9 <key>CFBundleShortVersionString</key>