diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-15 02:24:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-15 10:57:07 +0100 |
| commit | 89abe02431bd8d885197883a3ffafdc8d836dce4 (patch) | |
| tree | 73cee24c9b4952c20b6609e0a56cde136f833684 /src/wx/download_certificate_dialog.cc | |
| parent | f8acc34bcb4401184064598353d6c54df3cab1f9 (diff) | |
Christie support.
Diffstat (limited to 'src/wx/download_certificate_dialog.cc')
| -rw-r--r-- | src/wx/download_certificate_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/download_certificate_dialog.cc b/src/wx/download_certificate_dialog.cc index 6ca605f56..dfafee36c 100644 --- a/src/wx/download_certificate_dialog.cc +++ b/src/wx/download_certificate_dialog.cc @@ -20,6 +20,7 @@ #include "dolby_doremi_certificate_panel.h" #include "barco_alchemy_certificate_panel.h" +#include "christie_certificate_panel.h" #include "download_certificate_dialog.h" #include "wx_util.h" @@ -45,6 +46,7 @@ DownloadCertificateDialog::DownloadCertificateDialog (wxWindow* parent) _pages.push_back (new DolbyDoremiCertificatePanel (this)); _pages.push_back (new BarcoAlchemyCertificatePanel (this)); + _pages.push_back (new ChristieCertificatePanel (this)); BOOST_FOREACH (DownloadCertificatePanel* i, _pages) { _notebook->AddPage (i, i->name(), true); |
