]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/validate.h
Fixed to work with the new wxMacControl system.
[wxWidgets.git] / include / wx / validate.h
index 1888c52eb18bba0477ae0c94ba72269ce5d65d18..e5a921100a7a9bd15a4cb41a3cea198e5f3abcb0 100644 (file)
@@ -86,7 +86,7 @@ WXDLLEXPORT_DATA(extern const wxValidator) wxDefaultValidator;
 #define wxVALIDATOR_PARAM(val) val
 
 #else // !wxUSE_VALIDATORS
-    // wxWindows is compiled without support for wxValidator, but we still
+    // wxWidgets is compiled without support for wxValidator, but we still
     // want to be able to pass wxDefaultValidator to the functions which take
     // a wxValidator parameter to avoid using "#if wxUSE_VALIDATORS"
     // everywhere