diff options
Diffstat (limited to 'src/wx/christie_certificate_panel.cc')
| -rw-r--r-- | src/wx/christie_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/christie_certificate_panel.cc b/src/wx/christie_certificate_panel.cc index 77516fb82..3536f5045 100644 --- a/src/wx/christie_certificate_panel.cc +++ b/src/wx/christie_certificate_panel.cc @@ -81,7 +81,7 @@ ChristieCertificatePanel::do_download () _dialog->message()->SetLabel (_("Certificate downloaded")); _dialog->setup_sensitivity (); } else { - _dialog->message()->SetLabel(wxT("")); + _dialog->message()->SetLabel({}); error_dialog (this, std_to_wx(*all_errors)); } } |
