summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2008-09-16 18:58:26 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2008-09-16 18:58:26 +0000
commit72d53181c91f7243c048b34f0f2626b306e286de (patch)
tree62a9f9697e9ef8f24ee32183a3c27e5193474dcd /tools
parent6685f9c6b71486619515038c21733a173c271f5f (diff)
Add a session file type icon for OSX, remove unused editor_mixer_button, use a constant offset for verbose time cursor, make tempo lines a bit smoother on OSX (idle? when?)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3734 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rw-r--r--tools/osx_packaging/Info.plist.in2
-rw-r--r--tools/osx_packaging/Resources/typeIcon.icnsbin0 -> 12229 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/osx_packaging/Info.plist.in b/tools/osx_packaging/Info.plist.in
index 7038de6938..316ac4d601 100644
--- a/tools/osx_packaging/Info.plist.in
+++ b/tools/osx_packaging/Info.plist.in
@@ -18,6 +18,8 @@
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
+ <key>CFBundleTypeIconFile</key>
+ <string>typeIcon.icns</string>
</dict>
</array>
<key>CFBundleExecutable</key>
diff --git a/tools/osx_packaging/Resources/typeIcon.icns b/tools/osx_packaging/Resources/typeIcon.icns
new file mode 100644
index 0000000000..0184b8ef82
--- /dev/null
+++ b/tools/osx_packaging/Resources/typeIcon.icns
Binary files differ