]> git.saurik.com Git - wxWidgets.git/commit
Don't use deprecated integer mask with wxLogTrace().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Sep 2009 14:28:35 +0000 (14:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Sep 2009 14:28:35 +0000 (14:28 +0000)
commit5ec3853fa651d515bd1c32174ffdd5511db77c57
tree7519162726b96a88b0cfcf34dbcdc0cd5bd9a759
parentd4295ad15947db7555c48f063372025b53782f78
Don't use deprecated integer mask with wxLogTrace().

Use string mask instead of the deprecated wxTraceMessages to fix compilation
with WXWIN_COMPATIBILITY_2_8==0.

Closes #11229.

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