Display the filename / URL that a screen certificate was obtained from (#1894).
[dcpomatic.git] / src / wx / qube_certificate_panel.cc
index e1c6bfb41ae2c4dca09c902efadc38d7544fc9aa..8e9662e7d3ae24508400df4b0173e7a4ad205eec 100644 (file)
@@ -71,7 +71,7 @@ QubeCertificatePanel::do_download ()
                return;
        }
 
-       auto error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1));
+       auto error = get_from_url (String::compose("%1SMPTE-%2/%3", base, _type, *name), true, false, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1, _2));
 
        if (error) {
                _dialog->message()->SetLabel(wxT(""));