diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 17:37:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 18:58:29 +0100 |
| commit | 0f8a8f3b3a5381133fb29fa1d6030bbc14040439 (patch) | |
| tree | 8346d8d6024f8f030b7f38f2813c8b861f5fb647 /src/wx/film_editor.h | |
| parent | 7b12e1995891da95d898608215cfe7f3e8c3facc (diff) | |
Add sequence video button.
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index a7e8ab197..7347ab1a6 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -96,6 +96,7 @@ private: void ratio_changed (wxCommandEvent &); void dcp_audio_channels_changed (wxCommandEvent &); void dcp_resolution_changed (wxCommandEvent &); + void sequence_video_changed (wxCommandEvent &); /* Handle changes to the model */ void film_changed (Film::Property); @@ -140,6 +141,7 @@ private: wxButton* _content_earlier; wxButton* _content_later; wxButton* _content_timeline; + wxCheckBox* _sequence_video; wxButton* _edit_dci_button; wxChoice* _ratio; wxStaticText* _ratio_description; |
