]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextsymboldlg.h
Removing more CodeWarrior project files.
[wxWidgets.git] / interface / wx / richtext / richtextsymboldlg.h
index 5391f5a81021015f741e024123d6826eb12599cb..3e1778910c125071be6a149a75ea6263cd30c1a4 100644 (file)
@@ -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)
         {