diff options
Diffstat (limited to 'src/wx/download_certificate_dialog.cc')
| -rw-r--r-- | src/wx/download_certificate_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/download_certificate_dialog.cc b/src/wx/download_certificate_dialog.cc index 350c7487d..53333682c 100644 --- a/src/wx/download_certificate_dialog.cc +++ b/src/wx/download_certificate_dialog.cc @@ -48,7 +48,7 @@ DownloadCertificateDialog::DownloadCertificateDialog (wxWindow* parent) _download = new Button (this, _("Download")); sizer->Add (_download, 0, wxEXPAND | wxALL, DCPOMATIC_SIZER_GAP); - _message = new StaticText (this, wxT ("")); + _message = new StaticText(this, {}); sizer->Add (_message, 0, wxALL, DCPOMATIC_SIZER_GAP); auto font = _message->GetFont(); font.SetStyle (wxFONTSTYLE_ITALIC); |
