added wxStandardPaths::GetDocumentsDir() (patch 1214360)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Apr 2006 01:12:04 +0000 (01:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Apr 2006 01:12:04 +0000 (01:12 +0000)
commit17af82fb4c8f830f202567259472645c27724c32
treed54130010ad81320e4aa439fe77c9c866bb830c2
parentaf6c0f1de7b05cc9f85038939efbd79fcd5dc14e
added wxStandardPaths::GetDocumentsDir() (patch 1214360)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
docs/changes.txt
docs/latex/wx/stdpaths.tex
include/wx/mac/carbon/private.h
include/wx/mac/classic/private.h
include/wx/mac/corefoundation/stdpaths.h
include/wx/msw/stdpaths.h
include/wx/stdpaths.h
samples/console/console.cpp
src/common/stdpbase.cpp
src/mac/carbon/utils.cpp
src/mac/classic/utils.cpp
src/mac/corefoundation/stdpaths_cf.cpp
src/msw/stdpaths.cpp