added support for binary data to wxConfig (slightly modified patch 1736788)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Jul 2007 00:11:03 +0000 (00:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Jul 2007 00:11:03 +0000 (00:11 +0000)
commit5814e8ba4e57839acd1eb7491ed392b07e382593
treeaa2515d35f41e7e54f14e415e0304b6994be5c53
parent84ebfcbd18f0dee2cd5f872e2c56717ea7ff5e19
added support for binary data to wxConfig (slightly modified patch 1736788)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/config.tex
include/wx/confbase.h
include/wx/fileconf.h
include/wx/msw/iniconf.h
include/wx/msw/regconf.h
include/wx/palmos/prefconf.h
src/common/fileconf.cpp
src/msw/regconf.cpp
src/palmos/prefconf.cpp
tests/fileconf/fileconftest.cpp