Add playhead line to timeline (#1563).
[dcpomatic.git] / src / wx / gdc_certificate_panel.cc
index a90f098f51b8e16874d9255cfd70a8763e2fbdf3..b0bb31674458fc7711a7c6bf634660f1ba73dcb9 100644 (file)
@@ -51,7 +51,7 @@ GDCCertificatePanel::do_download ()
                wx_to_std(_serial->GetValue())
                );
 
-       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(""));