Build fixes.
[dcpomatic.git] / src / wx / gdc_certificate_panel.cc
index b4352dff4ef70c1c6d559b32017a435967aeac48..d4b82d19986102d3fc551471d1713060179044c8 100644 (file)
@@ -48,7 +48,7 @@ GDCCertificatePanel::do_download ()
                "ftp://%1:%2@ftp.gdc-tech.com/SHA256/A%3",
                Config::instance()->gdc_username().get(),
                Config::instance()->gdc_password().get(),
-               serial
+               wx_to_std(_serial->GetValue())
                );
 
        optional<string> error = get_from_url (url, true, boost::bind (&DownloadCertificatePanel::load, this, _1));