]> git.saurik.com Git - wxWidgets.git/commit
remove error message from wxCSConv initialization: there is no easy way to suppress...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 8 May 2009 16:38:39 +0000 (16:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 8 May 2009 16:38:39 +0000 (16:38 +0000)
commit3df31b2d6e6ee809b2edc5cd2dac6275407c26c4
tree04b32a1a35e6d3ee74c880d7150f795d781e6741
parent326462ae94e4b1d4fb6a8d56875ce0fcbd9d1c33
remove error message from wxCSConv initialization: there is no easy way to suppress it and no way to test if the encoding is supported so rely on calling code using IsOk() itself if necessary

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