diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-10 17:14:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-10 17:14:17 +0100 |
| commit | f0cc79a6c34b8198155f6e519d4464385ea30049 (patch) | |
| tree | 7509eb1f3ff30187905d55bb8c48a765a9ee209f /src/wx/isdcf_metadata_dialog.h | |
| parent | e7bc3bd16456c17bc6fe1d7981040b14e820505e (diff) | |
Support ISDCF naming convention version 9.
Reported-by: Elia Orselli
Diffstat (limited to 'src/wx/isdcf_metadata_dialog.h')
| -rw-r--r-- | src/wx/isdcf_metadata_dialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/isdcf_metadata_dialog.h b/src/wx/isdcf_metadata_dialog.h index e20dbf5e3..516f83231 100644 --- a/src/wx/isdcf_metadata_dialog.h +++ b/src/wx/isdcf_metadata_dialog.h @@ -41,4 +41,10 @@ private: wxTextCtrl* _studio; wxTextCtrl* _facility; wxTextCtrl* _package_type; + wxCheckBox* _temp_version; + wxCheckBox* _pre_release; + wxCheckBox* _red_band; + wxTextCtrl* _chain; + wxCheckBox* _two_d_version_of_three_d; + wxTextCtrl* _mastered_luminance; }; |
