summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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();