]> git.saurik.com Git - wxWidgets.git/commitdiff
replaced deprecated GetNoHistoryFiles() function with GetCount()
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Oct 2004 22:27:57 +0000 (22:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Oct 2004 22:27:57 +0000 (22:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/filehist.tex

index c01c7037961f434bc2da4b43f78d1550a06c2ae9..33efb738a6e4e046dde1c140ee8016d0edc407c0 100644 (file)
@@ -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.