Fixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 17 Mar 2005 17:46:32 +0000 (17:46 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 17 Mar 2005 17:46:32 +0000 (17:46 +0000)
commit27b2dd53f629a78266c51d1b0b5db918401dcd4f
tree91ab9136f51b6f43b9556d1f84c2b0629b9a0841
parentfbb7dfffb098c0c1a71f15674fba0d3af9609028
Fixed strange situation when we had wxPathExists and wxDirExists with the same finctionality. Using wxPathExists instead wxFileExists (fixes bug #865628). Minor source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
contrib/utils/wxrcedit/nodesdb.cpp
docs/latex/wx/function.tex
include/wx/filefn.h
include/wx/filename.h
src/common/filefn.cpp
src/common/filename.cpp
src/generic/dirdlgg.cpp
src/generic/filedlgg.cpp
src/generic/helpext.cpp
src/gtk/filedlg.cpp
src/gtk1/filedlg.cpp
src/msw/mslu.cpp
src/msw/utils.cpp
src/os2/utils.cpp
src/palmos/utils.cpp
tests/archive/archivetest.cpp