From bb70547ef243b940e2cbb4698f24d918b7939327 Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 15 Apr 2014 04:56:07 -0500 Subject: [PATCH] Changing ardour.menus with tracks.menus [git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 452795] --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 21283f1942..500aab56b4 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -416,7 +416,7 @@ echo "Copying other stuff to $APPDIR ..." cp $BUILD_ROOT/gtk2_ardour/mnemonic-us.bindings $Resources cp ../../gtk2_ardour/mixer.bindings $Resources cp ../../gtk2_ardour/step_editing.bindings $Resources -cp $BUILD_ROOT/gtk2_ardour/ardour.menus $Resources +cp $BUILD_ROOT/gtk2_ardour/tracks.menus $Resources mkdir $Resources/ui cp ../../gtk2_ardour/ui/* $Resources/ui if test x$SAE != x ; then