]> git.saurik.com Git - wxWidgets.git/commitdiff
some typos in docs and code corrected (thanks Janos)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Apr 1999 08:14:19 +0000 (08:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Apr 1999 08:14:19 +0000 (08:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/list.tex
docs/latex/wx/region.tex
src/common/docview.cpp

index af43ec1d2cc5c3655f7290f74a8aa27a9e99d20b..91c439dfa9635d81de61bd621a72b42de9b8c594 100644 (file)
@@ -215,7 +215,7 @@ Returns the first node in the list (NULL if the list is empty).
 
 \func{int}{IndexOf}{\param{wxObject*}{ obj }}
 
-Returns the index of {\it obj} within the list or NOT\_FOUND if {\it obj}
+Returns the index of {\it obj} within the list or NOT\_FOUND if {\it obj} 
 is not found in the list.
 
 \membersection{wxList::Insert}
index ad356d307ab1495f3b8360e063e42d8d858f6e2b..6e9af5db8c96059b7cf096c5be767ff207d18fc8 100644 (file)
@@ -114,10 +114,10 @@ is stored in this region.
 
 \constfunc{bool}{IsEmpty}{\void}
 
-\func{bool}{IsEmpty}{\void}
-
 Returns TRUE if the region is empty, FALSE otherwise.
 
+\membersection{wxRegion::Subtract}\label{wxregionsubstract}
+
 \func{bool}{Subtract}{\param{const wxRect\&}{ rect}}
 
 Subtracts a rectangular region from this region.
index 4d94a0abcfedb4e5f4ed68eb5be8497da0d49a57..056ca6f48ed5ac3eeea1032afe3cbab68492355c 100644 (file)
@@ -594,7 +594,6 @@ wxDocTemplate::wxDocTemplate(wxDocManager *manager,
                              long flags)
 {
     m_documentManager = manager;
-    m_flags = flags;
     m_description = descr;
     m_directory = dir;
     m_defaultExt = ext;