diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 20:21:16 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 20:21:16 +0000 |
commit | fdc8c343d6ebc7b043a27562dd51f1a51e507a46 (patch) | |
tree | e0f96f1cc3315187924f4a39cff8e07ac211d47f /src/macosx | |
parent | e5f151e68cbc5e911d8967c2c16ac140ba546b95 (diff) | |
download | usdx-fdc8c343d6ebc7b043a27562dd51f1a51e507a46.tar.gz usdx-fdc8c343d6ebc7b043a27562dd51f1a51e507a46.tar.xz usdx-fdc8c343d6ebc7b043a27562dd51f1a51e507a46.zip |
name and path change of icon file
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1323 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/macosx')
-rw-r--r-- | src/macosx/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist index a62966cf..5682c8a5 100644 --- a/src/macosx/Info.plist +++ b/src/macosx/Info.plist @@ -11,7 +11,7 @@ <key>CFBundleGetInfoString</key> <string>UltraStarDeluxe, a SingStar clone</string> <key>CFBundleIconFile</key> - <string>ustar-icon_v01.icns</string> + <string>ultrastardx.icns</string> <key>CFBundleIdentifier</key> <string>org.ultrastardeluxe.ultrastardeluxe</string> <key>CFBundleInfoDictionaryVersion</key> |