From 5ab656cd531659661e63bf6256bc56f681a998ef Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 1 Apr 1999 11:23:00 +0000 Subject: [PATCH] wxFindNextFile typo corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index e3c6799b35..fd7c4ac06d 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -67,10 +67,12 @@ For example: \membersection{::wxFindNextFile}\label{wxfindnextfile} -\func{wxString}{wxFindFirstFile}{\void} +\func{wxString}{wxFindNextFile}{\void} Returns the next file that matches the path passed to \helpref{wxFindFirstFile}{wxfindfirstfile}. +See \helpref{wxFindFirstFile}{wxfindfirstfile} for an example. + \membersection{::wxGetOSDirectory}\label{wxgetosdirectory} \func{wxString}{wxGetOSDirectory}{\void} -- 2.50.0