summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-11-19 13:14:26 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-11-26 18:22:22 +0200
commit318a9edab99606d7fbf7eb21d816c7416c76b894 (patch)
tree52fbbb2c7e898bdc0369b9acf40e4cbee2618685 /gtk2_ardour/monitor_section.cc
parente9768e934fdeaf31aaae779e42ff493a2e781179 (diff)
massive reworking of color selection implementation
Diffstat (limited to 'gtk2_ardour/monitor_section.cc')
-rw-r--r--gtk2_ardour/monitor_section.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/monitor_section.cc b/gtk2_ardour/monitor_section.cc
index 483933ec5d..1a18c4bc47 100644
--- a/gtk2_ardour/monitor_section.cc
+++ b/gtk2_ardour/monitor_section.cc
@@ -853,9 +853,9 @@ void
MonitorSection::solo_use_pfl ()
{
/* this is driven by a toggle on a radio group, and so is invoked twice,
- once for the item that became inactive and once for the one that became
- active.
- */
+ once for the item that became inactive and once for the one that became
+ active.
+ */
Glib::RefPtr<Action> act = ActionManager::get_action (X_("Solo"), X_("solo-use-pfl"));
if (act) {