From bd5481c5be4aa380f5b3f04633a256f2dacfb746 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 25 Apr 2024 09:27:11 -0600 Subject: [PATCH] Revert "menu file now named after downcase-d PROGRAM_NAME" This reverts commit 7cc5328d9569e920684877024a5751987e52334a. --- gtk2_ardour/mixbus.menus.in | 980 ------------------------------------ gtk2_ardour/opts.cc | 2 +- 2 files changed, 1 insertion(+), 981 deletions(-) delete mode 100644 gtk2_ardour/mixbus.menus.in diff --git a/gtk2_ardour/mixbus.menus.in b/gtk2_ardour/mixbus.menus.in deleted file mode 100644 index 77490b4db7..0000000000 --- a/gtk2_ardour/mixbus.menus.in +++ /dev/null @@ -1,980 +0,0 @@ - - - - - - - - - - -#ifndef WINDOWS /* can't move open files. */ - - - -#endif - - - - - - -#ifdef PTFORMAT - -#endif - - - - - - - - - - -#ifdef VAPOR - -#endif - - - - - -#ifdef VAPOR - -#endif - - - - - - - - - - - - - - - - - - - -#ifdef __APPLE__ - -#endif -#ifndef MIXBUS - - -#endif -#ifndef __APPLE__ - - -#endif - - - - - - - - - - - - - - - - - -#if 0 - -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifndef MIXBUS - -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifndef __APPLE__ - -#endif - - - - - - - - - - - - - - - - - -#ifndef MIXBUS - - -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifndef MIXBUS - -#endif - - - - - - -#ifdef MIXBUS - - - - - - - -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifdef MIXBUS - -#endif - - - -#ifdef MIXBUS - - - - -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifndef MIXBUS - - - -#if 0 - -#endif -#endif - - - -#ifndef MIXBUS - -#endif -#ifdef MIXBUS - - -#endif - - - - - - - - - - -#if 0 - -#endif - - - - - - - -#ifndef __APPLE__ - -#endif -#ifdef MIXBUS - - - - - -#else - - - - - - - - -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifndef MIXBUS - -#endif - -#ifndef MIXBUS - - - - - -#endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#ifndef MIXBUS - -#endif - - - - - - - diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc index c9402067f6..dbcd0655f9 100644 --- a/gtk2_ardour/opts.cc +++ b/gtk2_ardour/opts.cc @@ -50,7 +50,7 @@ bool ARDOUR_COMMAND_LINE::new_session = false; bool ARDOUR_COMMAND_LINE::try_hw_optimization = true; bool ARDOUR_COMMAND_LINE::no_connect_ports = false; string ARDOUR_COMMAND_LINE::keybindings_path = ""; /* empty means use builtin default */ -std::string ARDOUR_COMMAND_LINE::menus_file = std::string (PBD::downcase(PROGRAM_NAME)) + ".menus"; +std::string ARDOUR_COMMAND_LINE::menus_file = "ardour.menus"; bool ARDOUR_COMMAND_LINE::finder_invoked_ardour = false; string ARDOUR_COMMAND_LINE::load_template; bool ARDOUR_COMMAND_LINE::check_announcements = true;