]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/proplist.h
Corrections
[wxWidgets.git] / include / wx / proplist.h
index 98ac6d0e9cbfbe48f9916fbf29dae7453d0c8ccd..f5eaa7b0faecbe87e57869ec6a9b38762eb67184 100644 (file)
@@ -552,7 +552,7 @@ class WXDLLEXPORT wxListOfStringsListValidator: public wxPropertyListValidator
    // Called when the property is double clicked.
    bool OnDoubleClick(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow);
 
-   bool EditStringList(wxWindow *parent, wxStringList *stringList, const wxChar *title = _T("String List Editor"));
+   bool EditStringList(wxWindow *parent, wxStringList *stringList, const wxChar *title = wxT("String List Editor"));
 
    // Called when the edit (...) button is pressed.
    void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow);