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:"));