summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-10-28 22:43:11 +0000
committerCarl Hetherington <carl@carlh.net>2010-10-28 22:43:11 +0000
commit7345aae9220b966865595073ae2eee72a0c30e66 (patch)
treed2ad85345802bbf76ca651241ad94dcb43b9162c /gtk2_ardour/region_editor.cc
parentdb5c8c9791bc42611e3150d6f8861300b32a1cbf (diff)
Fix previous.
git-svn-id: svn://localhost/ardour2/branches/3.0@7938 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_editor.cc')
-rwxr-xr-xgtk2_ardour/region_editor.cc2
1 files changed, 1 insertions, 1 deletions
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<Region> 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:"));