]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/proplist.h
Augmented version to b5
[wxWidgets.git] / include / wx / proplist.h
index a3c6a5e24f481df79efd855c55a814901b36a246..87a674b2a10d3d8a5163ea3b9d27d151c5ad42ef 100644 (file)
@@ -551,7 +551,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 char *title = "String List Editor");
+   bool EditStringList(wxWindow *parent, wxStringList *stringList, const wxChar *title = _T("String List Editor"));
 
    // Called when the edit (...) button is pressed.
    void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow);