summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-09 19:35:35 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-09 19:35:35 +0200
commit84f506ffeb1b1f59fba84415bb9fbc43851e9e35 (patch)
treeaf94f0fc52cc062040ea3d88e4d7dc615b2c7166
parent4b2ed454affb246b4548fd5779b35414e1901930 (diff)
Rename Add reel -> Add reel boundary.
-rw-r--r--src/wx/dcp_timeline.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_timeline.cc b/src/wx/dcp_timeline.cc
index 93e15f6cc..59aa6d6f4 100644
--- a/src/wx/dcp_timeline.cc
+++ b/src/wx/dcp_timeline.cc
@@ -167,8 +167,8 @@ DCPTimeline::DCPTimeline(wxWindow* parent, shared_ptr<Film> film)
_film_connection = film->Change.connect(boost::bind(&DCPTimeline::film_changed, this, _1, _2));
_menu = new wxMenu;
- _add_reel_boundary = _menu->Append(ID_add_reel_boundary, _("Add reel"));
_canvas->Bind(wxEVT_MENU, boost::bind(&DCPTimeline::add_reel_boundary, this));
+ _add_reel_boundary = _menu->Append(ID_add_reel_boundary, _("Add reel boundary"));
setup_reel_settings();
setup_reel_boundaries();