From 7345aae9220b966865595073ae2eee72a0c30e66 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 28 Oct 2010 22:43:11 +0000 Subject: [PATCH] Fix previous. git-svn-id: svn://localhost/ardour2/branches/3.0@7938 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/region_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/region_editor.cc b/gtk2_ardour/region_editor.cc index 708c789dd0..61e2939c09 100755 --- a/gtk2_ardour/region_editor.cc +++ b/gtk2_ardour/region_editor.cc @@ -89,7 +89,7 @@ RegionEditor::RegionEditor (Session* s, boost::shared_ptr r) start_label.set_text (_("File start:")); _sources_label.set_name ("RegionEditorLabel"); - if (region->n_channels() > 1) { + if (_region->n_channels() > 1) { _sources_label.set_text (_("Sources:")); } else { _sources_label.set_text (_("Source:"));