]> git.saurik.com Git - wxWidgets.git/commit - src/common/fileconf.cpp
wxFileConfig now has it's own header, the config file name may be given to
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 May 1998 15:07:48 +0000 (15:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 May 1998 15:07:48 +0000 (15:07 +0000)
commit1f905dc575e7fecaa80da130abb82d8c4370b095
tree0cc4a9fbdfa06dbe01d614d63fac009c5563c285
parent61b027446e3ec6ffa2e49d25fd72f22e3cb0a880
wxFileConfig now has it's own header, the config file name may be given to
it's ctor (and not hard coded). Static wxFileConfig methods
Get{Global|Local}FileName can be used to retrieve the standard config file
path.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/fileconf.h [new file with mode: 0644]
src/common/fileconf.cpp