Correct wxFILTER_DIGITS handling broken by r63582.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Mar 2010 11:06:36 +0000 (11:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Mar 2010 11:06:36 +0000 (11:06 +0000)
commit90497db95b7e8ddbc6e0d1b66ce9d76283bd5ebf
tree7d9fa0ee97dbc3012f2ed8ff67e89be156ba984f
parent697f4a966e71daf9cc88f44c703fba386ad0b0fd
Correct wxFILTER_DIGITS handling broken by r63582.

The fix in r63582 accidentally omitted the "!" in wxFILTER_DIGITS check.

Restore it.

Closes #11838.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/valtext.cpp