replaced deprecated GetNoHistoryFiles() function with GetCount()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-14 22:27:57 +00:00
parent 0a8c46e1bd
commit a13438c535

View 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.