View Issue Details

IDProjectCategoryView StatusLast Update
0005323ardourbugspublic2020-04-19 20:16
Reporterprokoudine Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0005323: Lack of abstracted program name in another case
DescriptionA3 has hardcoded program name in another location: software monitoring selection in the Preferences dialog. The attached patch fixes it.
TagsNo tags attached.

Activities

2013-02-02 14:07

 

rc_option_editor_program_name.patch (447 bytes)   
--- ardour3/gtk2_ardour/rc_option_editor.cc	2013-01-29 03:04:12.341783078 +0400
+++ ardour3-2013-02-02/gtk2_ardour/rc_option_editor.cc	2013-02-02 17:59:25.715859893 +0400
@@ -1348,7 +1348,7 @@
                 mm->add (HardwareMonitoring, _("JACK"));
         }
 #endif
-	mm->add (SoftwareMonitoring, _("ardour"));
+	mm->add (SoftwareMonitoring, PROGRAM_NAME);
 	mm->add (ExternalMonitoring, _("audio hardware"));
 
 	add_option (_("Audio"), mm);

paul

2013-02-05 18:26

administrator   ~0014628

fixes applied independently somewhere around rev 14049 or so. thanks!

system

2020-04-19 20:16

developer   ~0023189

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2013-02-02 14:07 prokoudine New Issue
2013-02-02 14:07 prokoudine File Added: rc_option_editor_program_name.patch
2013-02-05 18:26 paul cost => 0.00
2013-02-05 18:26 paul Note Added: 0014628
2013-02-05 18:26 paul Status new => resolved
2013-02-05 18:26 paul Resolution open => fixed
2013-02-05 18:26 paul Assigned To => paul
2020-04-19 20:16 system Note Added: 0023189
2020-04-19 20:16 system Status resolved => closed