summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.h
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.h
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.h')
-rw-r--r--gtk2_ardour/editor_regions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_regions.h b/gtk2_ardour/editor_regions.h
index 6a37595bd3..3c54e7b2d5 100644
--- a/gtk2_ardour/editor_regions.h
+++ b/gtk2_ardour/editor_regions.h
@@ -68,7 +68,7 @@ public:
_display.get_selection()->unselect_all ();
}
- void delete_unused_regions();
+ void remove_unused_regions ();
XMLNode& get_state () const;
void set_state (const XMLNode &);
@@ -182,7 +182,7 @@ private:
Glib::RefPtr<Gtk::Action> hide_action () const;
Glib::RefPtr<Gtk::Action> show_action () const;
- Glib::RefPtr<Gtk::Action> delete_unused_regions_action() const;
+ Glib::RefPtr<Gtk::Action> remove_unused_regions_action () const;
Glib::RefPtr<Gtk::ToggleAction> toggle_full_action () const;
Glib::RefPtr<Gtk::ToggleAction> toggle_show_auto_regions_action () const;