More Mac improvements

The startup shell script workaround isn't needed anymore. The preferences
hotkey didn't work. Remove left-over menu separators.

Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
This commit is contained in:
Henrik Brautaset Aronsen 2012-01-03 20:18:04 +01:00
parent 513df18f50
commit 854391419f
5 changed files with 18 additions and 14 deletions

View file

@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>subsurface.sh</string>
<string>subsurface</string>
<key>CFBundleIdentifier</key>
<string>org.hohndel.subsurface</string>
</dict>

View file

@ -1,5 +0,0 @@
#!/bin/sh
cd `dirname $0`/../Resources
../MacOS/subsurface &
exit 0