summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-15 18:32:42 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-15 18:32:42 +0000
commit9355226fdfe729830e91e7892666b1da5734be36 (patch)
treed185f57fe6989373ac0a10393f82bc7e9ef1cd74 /gtk2_ardour/editor_regions.cc
parentf66b919e298c1c4e5f780942a1ed75e262a6ee96 (diff)
Use the word Remove consistently for the remove regions
action, instead of the word Delete in the menu item and Remove elsewhere. git-svn-id: svn://localhost/ardour2/branches/3.0@10622 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_regions.cc')
-rw-r--r--gtk2_ardour/editor_regions.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_regions.cc b/gtk2_ardour/editor_regions.cc
index 22586e00b9..473997212a 100644
--- a/gtk2_ardour/editor_regions.cc
+++ b/gtk2_ardour/editor_regions.cc
@@ -409,7 +409,7 @@ EditorRegions::add_region (boost::shared_ptr<Region> region)
}
void
-EditorRegions::delete_unused_regions ()
+EditorRegions::remove_unused_regions ()
{
vector<string> choices;
string prompt;
@@ -1543,7 +1543,7 @@ EditorRegions::show_action () const
}
RefPtr<Action>
-EditorRegions::delete_unused_regions_action () const
+EditorRegions::remove_unused_regions_action () const
{
return ActionManager::get_action (X_("RegionList"), X_("removeUnusedRegions"));
}