From: Vadim Zeitlin Date: Thu, 14 Oct 2004 22:27:57 +0000 (+0000) Subject: replaced deprecated GetNoHistoryFiles() function with GetCount() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a13438c53513de5a93ce297f23e5bf8d3be97633 replaced deprecated GetNoHistoryFiles() function with GetCount() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/filehist.tex b/docs/latex/wx/filehist.tex index c01c703796..33efb738a6 100644 --- a/docs/latex/wx/filehist.tex +++ b/docs/latex/wx/filehist.tex @@ -92,9 +92,9 @@ Returns the file at this index (zero-based). Returns the maximum number of files that can be stored. -\membersection{wxFileHistory::GetNoHistoryFiles}\label{wxfilehistorygetnohistoryfiles} +\membersection{wxFileHistory::GetCount}\label{wxfilehistorygetcount} -\constfunc{size\_t}{GetNoHistoryFiles}{\void} +\constfunc{size\_t}{GetCount}{\void} Returns the number of files currently stored in the file history.