Christie support.
[dcpomatic.git] / src / wx / download_certificate_dialog.cc
index 6ca605f563374a439125b648caad51429e0c2bcd..dfafee36c48a9455b271ea00ca7566cbd007a3ea 100644 (file)
@@ -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);