diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/gdc_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc index b4352dff4..d4b82d199 100644 --- a/src/wx/gdc_certificate_panel.cc +++ b/src/wx/gdc_certificate_panel.cc @@ -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)); |
