1) APPCONF_ constants renamed to wxCONFIG_
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Jul 1998 12:03:42 +0000 (12:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Jul 1998 12:03:42 +0000 (12:03 +0000)
commitda468d387db3b7e22b008bf08be2ff6b202508fb
treed5530c0d31438b4bc703c15fb3f0ae7c73f01c96
parent580c10e3ca103c89edfb24ab66b60d0c7353ccaa
1) APPCONF_ constants renamed to wxCONFIG_
2) wxConfig::Create() now chooses the best (native) implemenntation of
   wxConfig instead of calling wxApp::CreateConfig which was suppressed
3) wxFileConfig(const char *appname) ctor added which looks for the config
   file(s) in standard location(s)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/config.h
include/wx/fileconf.h
src/common/config.cpp
src/common/fileconf.cpp