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
This commit is contained in:
Dominik Riebeling 2010-07-28 20:56:20 +00:00
parent 17069799a9
commit ce1d2bf7b1

View file

@ -3,7 +3,7 @@
<plist version="0.9">
<dict>
<key>CFBundleExecutable</key>
<string>themeeditor</string>
<string>rbthemeeditor</string>
<key>CFBundleName</key>
<string>Theme Editor</string>
<key>CFBundleShortVersionString</key>