X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb2b6166df1b328a6c9382e0e0c32f4204bb6343..57f2175441c318e0c39c0e44e606194fd875b5bc:/interface/wx/richtext/richtextsymboldlg.h diff --git a/interface/wx/richtext/richtextsymboldlg.h b/interface/wx/richtext/richtextsymboldlg.h index 5391f5a810..3e1778910c 100644 --- a/interface/wx/richtext/richtextsymboldlg.h +++ b/interface/wx/richtext/richtextsymboldlg.h @@ -49,7 +49,7 @@ // 'normal text', i.e. the current font) but do tell the dialog // what 'normal text' is. - wxSymbolPickerDialog dlg(wxT("*"), wxEmptyString, currentFontName, this); + wxSymbolPickerDialog dlg("*", wxEmptyString, currentFontName, this); if (dlg.ShowModal() == wxID_OK) {