]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextsymboldlg.h
Fixed spelling errors, fixes #14021.
[wxWidgets.git] / interface / wx / richtext / richtextsymboldlg.h
index 5391f5a81021015f741e024123d6826eb12599cb..89a94884f7456e809f7cc87a7a74647ca3c7a1b9 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxSymbolPickerDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -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)
         {