From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Mon, 21 Jan 2008 10:07:42 +0000 (+0000)
Subject: document GetTemplates() instead of m_templates
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d9a4fe17c8387edd98f7319ebcead19c13482b8a

document GetTemplates() instead of m_templates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/docs/latex/wx/docmanag.tex b/docs/latex/wx/docmanag.tex
index 534c611c22..a97d6aa9ad 100644
--- a/docs/latex/wx/docmanag.tex
+++ b/docs/latex/wx/docmanag.tex
@@ -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}