summaryrefslogtreecommitdiff
path: root/src/wx/gdc_certificate_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/gdc_certificate_panel.cc')
-rw-r--r--src/wx/gdc_certificate_panel.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc
index 7e81c5a60..bbbafd61b 100644
--- a/src/wx/gdc_certificate_panel.cc
+++ b/src/wx/gdc_certificate_panel.cc
@@ -22,7 +22,6 @@
#include "download_certificate_dialog.h"
#include "gdc_certificate_panel.h"
#include "wx_util.h"
-#include "lib/compose.hpp"
#include "lib/config.h"
#include "lib/internet.h"
#include <boost/algorithm/string.hpp>
@@ -56,8 +55,8 @@ GDCCertificatePanel::do_download ()
{
string serial = wx_to_std (_serial->GetValue());
trim(serial);
- string url = String::compose(
- "ftp://%1:%2@ftp.gdc-tech.com/SHA256/%3.crt.pem",
+ string url = fmt::format(
+ "ftp://{}:{}@ftp.gdc-tech.com/SHA256/{}.crt.pem",
Config::instance()->gdc_username().get(),
Config::instance()->gdc_password().get(),
serial