From ba17803f7e33be2bea1363b5a7115e4713dd5997 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 19 Jul 2013 01:17:28 +0100 Subject: Update -> set in timecode control. --- src/wx/timecode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wx/timecode.h') diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 465239fe5..ca6deb969 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -33,12 +33,12 @@ public: private: void changed (wxCommandEvent &); - void update_clicked (wxCommandEvent &); + void set_clicked (wxCommandEvent &); wxTextCtrl* _hours; wxTextCtrl* _minutes; wxTextCtrl* _seconds; wxTextCtrl* _frames; - wxButton* _update_button; + wxButton* _set_button; }; -- cgit v1.2.3