document GetTemplates() instead of m_templates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-01-21 10:07:42 +00:00
parent 7df6b37a50
commit d9a4fe17c8

View File

@@ -87,11 +87,11 @@ The directory last selected by the user when opening a file.
\member{wxFileHistory*}{m\_fileHistory}
\membersection{wxDocManager::m\_templates}\label{wxdocmanagermtemplates}
\membersection{wxDocManager::GetTemplates}\label{wxdocmanagergettemplates}
\member{wxList}{m\_templates}
\func{wxList\&}{Gettemplates}{\void}
A list of all document templates.
Returns the list of all document templates.
\membersection{wxDocManager::wxDocManager}\label{wxdocmanagerctor}