use new keybindings; update InfoPlist.strings

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4173 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-11-14 16:10:08 +00:00
parent 61b443356d
commit a5ed76ea55
2 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,4 @@
CFBundleName = "Ardour2";
CFBundleShortVersionString = "#{version}";
CFBundleGetInfoString = "Ardour2 version #{version} Copyright 2007 Paul Davis";
NSHumanReadableCopyright = "Copyright 2007 Paul Davis.";
CFBundleGetInfoString = "Ardour2 version #{version} Copyright 2001-2008 Paul Davis";
NSHumanReadableCopyright = "Copyright 2001-2008 Paul Davis.";

View file

@ -87,9 +87,9 @@ env=""
if test x$SAE != x ; then
env="$env<key>ARDOUR_SAE</key><string>true</string>"
#
# current default for SAE version is German keyboard layout
# current default for SAE version is German keyboard layout without a keypad
#
env="$env<key>ARDOUR_KEYBOARD_LAYOUT</key><string>de</string>"
env="$env<key>ARDOUR_KEYBOARD_LAYOUT</key><string>de-nokeypad</string>"
env="$env<key>ARDOUR_UI_CONF</key><string>ardour2_ui_sae.conf</string>"
env="$env<key>ARDOUR2_UI_RC</key><string>ardour2_ui_dark_sae.rc</string>"
fi
@ -222,7 +222,10 @@ echo "Copying other stuff to Ardour2.app ..."
cp ../../gtk2_ardour/ergonomic-us.bindings $Resources
cp ../../gtk2_ardour/mnemonic-us.bindings $Resources
cp ../../gtk2_ardour/SAE-de.bindings $Resources
cp ../../gtk2_ardour/SAE-de-keypad.bindings $Resources
cp ../../gtk2_ardour/SAE-de-nokeypad.bindings $Resources
cp ../../gtk2_ardour/SAE-us-keypad.bindings $Resources
cp ../../gtk2_ardour/SAE-us-nokeypad.bindings $Resources
cp ../../gtk2_ardour/ardour.menus $Resources
cp ../../gtk2_ardour/ardour-sae.menus $Resources
if test x$SAE != x ; then