View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005323 | ardour | bugs | public | 2013-02-02 14:07 | 2020-04-19 20:16 |
| Reporter | prokoudine | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0005323: Lack of abstracted program name in another case | ||||
| Description | A3 has hardcoded program name in another location: software monitoring selection in the Preferences dialog. The attached patch fixes it. | ||||
| Tags | No tags attached. | ||||
|
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);
|
|
|
fixes applied independently somewhere around rev 14049 or so. thanks! |
|
|
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. |
| 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 |