Fix login denied (67) errors when trying to download certificates
[dcpomatic.git] / src / wx / gdc_certificate_panel.cc
index a4301087dea1980f1dcda2f8c7990214a7206fe9..ffd7de52f444626d58cc2e6568e7aba6d8220da2 100644 (file)
@@ -53,7 +53,7 @@ GDCCertificatePanel::do_download ()
                wx_to_std(_serial->GetValue())
                );
 
-       optional<string> error = get_from_url (url, true, false, boost::bind (&DownloadCertificatePanel::load, this, _1));
+       optional<string> error = get_from_url (url, true, false, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1));
 
        if (error) {
                _dialog->message()->SetLabel(wxT(""));