diff options
author | David Robillard <d@drobilla.net> | 2015-01-10 01:24:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-01-10 01:24:44 +0000 |
commit | 639a935bd7d06a5996ad76f11c6836e20c410c12 (patch) | |
tree | dd91d7c9ffce351862ba4a64af929379cb6b1e11 /osx | |
parent | 4067bd81444736ddd7047210e2afdaaf9eaeaf40 (diff) | |
download | patchage-639a935bd7d06a5996ad76f11c6836e20c410c12.tar.gz patchage-639a935bd7d06a5996ad76f11c6836e20c410c12.tar.bz2 patchage-639a935bd7d06a5996ad76f11c6836e20c410c12.zip |
Set OSX icons.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5509 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'osx')
-rw-r--r-- | osx/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in index 9fb93c4..4a6cf95 100644 --- a/osx/Info.plist.in +++ b/osx/Info.plist.in @@ -12,6 +12,8 @@ <string>@PATCHAGE_VERSION@, Copyright © 2014 David Robillard</string> <key>CFBundleIconFile</key> <string>Patchage</string> + <key>CFBundleIconFile</key> + <string>Patchage.icns</string> <key>CFBundleIdentifier</key> <string>net.drobilla.Patchage</string> <key>CFBundleName</key> @@ -32,8 +34,6 @@ <string>Resources/fonts.conf</string> <key>PANGO_RC_FILE</key> <string>Resources/pangorc</string> - <key>GTK2_RC_FILES</key> - <string>Resources/gtkrc</string> </dict> </dict> </plist> |