X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..ba5b8a68f7486cfb11e326c200e1c2df3e1a534d:/include/wx/valtext.h diff --git a/include/wx/valtext.h b/include/wx/valtext.h index 322eca831f..394c160fcf 100644 --- a/include/wx/valtext.h +++ b/include/wx/valtext.h @@ -53,7 +53,7 @@ public: // Called to transfer data to the window virtual bool TransferToWindow(); - // Called to transfer data to the window + // Called to transfer data from the window virtual bool TransferFromWindow(); // ACCESSORS @@ -102,8 +102,6 @@ protected: _T("No window associated with validator") ); wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false, _T("wxTextValidator is only for wxTextCtrl's") ); - wxCHECK_MSG( m_stringValue, false, - _T("No variable storage for validator") ); return true; }