X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb2b6166df1b328a6c9382e0e0c32f4204bb6343..b5fe7ca67bf3121959a0b5a59afd00c1708f2f03:/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) {