From 57c5aa95f7b066a84683f2d93b26639e4d85222f Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Fri, 26 Jul 2024 21:08:20 +0200 Subject: [PATCH] preferences: Don't lowercase 'ardour' in the 'monitoring' list between 'Audio Driver' and 'Audio Hardware' c7ec2bb gave the other "Record monitoring handled by" options nice title casing. Now allow the application name to use a similar style. --- gtk2_ardour/rc_option_editor.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 424e13a5f5..f14e7834cf 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -4354,7 +4354,6 @@ These settings will only take effect after %1 is restarted.\n\ } string prog (PROGRAM_NAME); - boost::algorithm::to_lower (prog); mm->add (SoftwareMonitoring, string_compose (_("%1"), prog)); mm->add (ExternalMonitoring, _("Audio Hardware"));