summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-19 01:17:28 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-19 01:17:28 +0100
commitba17803f7e33be2bea1363b5a7115e4713dd5997 (patch)
treee7c09febf1dea543db0b4a22ab983383df2ca739 /src/wx/timecode.h
parent979926afff87364dc16bb8e7568991b5120469eb (diff)
Update -> set in timecode control.
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h4
1 files changed, 2 insertions, 2 deletions
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;
};