Add some missing verification messages.
[dcpomatic.git] / src / wx / barco_alchemy_certificate_panel.cc
index ba7deb8fd001a9d845f9ac0b11d29b181e326087..84048c65cf98d97b767577668d14e489e9dad93c 100644 (file)
@@ -60,7 +60,7 @@ BarcoAlchemyCertificatePanel::do_download ()
                serial
                );
 
-       optional<string> error = get_from_url (url, true, boost::bind (&DownloadCertificatePanel::load, this, _1));
+       optional<string> error = get_from_url (url, true, false, boost::bind (&DownloadCertificatePanel::load, this, _1));
        if (error) {
                _dialog->message()->SetLabel(wxT(""));
                error_dialog (this, std_to_wx(*error));