X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac8d0c118b7403e2838e75124b442051299e6f6c..13de0c8c9b6b3d2e8ce5a21388f5f104b2f68338:/include/wx/validate.h diff --git a/include/wx/validate.h b/include/wx/validate.h index 1888c52eb1..e5a921100a 100644 --- a/include/wx/validate.h +++ b/include/wx/validate.h @@ -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