From 4ba9f845696a03245926842d9b729428147a13e4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 29 Oct 2006 18:05:55 +0000 Subject: [PATCH] correct EnsureFileAccessible() docs broken by previous change (part of patch 1586730) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/pathlist.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/pathlist.tex b/docs/latex/wx/pathlist.tex index 934f0170d2..aa241be222 100644 --- a/docs/latex/wx/pathlist.tex +++ b/docs/latex/wx/pathlist.tex @@ -65,10 +65,8 @@ The {\it path} is always considered a directory but no existence checks will be \func{bool}{EnsureFileAccessible}{\param{const wxString\& }{filename}} -Given a full filename (with path), ensures that the file exists and -then calls \helpref{Add}{wxpathlistadd} with the path of the file. - -Returns \false if the file does not exist (and in this case its path won't be added). +Given a full filename (with path), calls \helpref{Add}{wxpathlistadd} with the path +of the file. \membersection{wxPathList::FindAbsoluteValidPath}\label{wxpathlistfindabsolutepath} -- 2.45.2