]> git.saurik.com Git - wxWidgets.git/commitdiff
Duplicate label corrections
authorJulian Smart <julian@anthemion.co.uk>
Sun, 20 Feb 2005 18:25:14 +0000 (18:25 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 20 Feb 2005 18:25:14 +0000 (18:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/archive.tex
docs/latex/wx/datistrm.tex
docs/latex/wx/strmbase.tex
docs/latex/wx/treectrl.tex

index cf4fb20f4677ba8aeb271f512bacb95e487ac50b..15dd1c64dfa3f2508295e82676ec9c1b17c6b3d4 100644 (file)
@@ -459,7 +459,7 @@ Construct iterator that returns all the entries in the archive input
 stream {\it arc}.
 
 
-\membersection{wxArchiveIterator::operator*}\label{wxarchiveiteratoroperatorunknown}
+\membersection{wxArchiveIterator::operator*}\label{wxarchiveiteratoroperatorstar}
 
 \constfunc{const T\&}{operator*}{\void}
 
@@ -467,7 +467,7 @@ Returns an entry object from the archive input stream, giving away
 ownership.
 
 
-\membersection{wxArchiveIterator::operator++}\label{wxarchiveiteratoroperatorunknown}
+\membersection{wxArchiveIterator::operator++}\label{wxarchiveiteratoroperatorincrement}
 
 \func{wxArchiveIterator\&}{operator++}{\void}
 
index ae95da775ebf9eb7676bc5672184c10b42fe9839..4c30437f7011bf5baeb12609dbed3b4aed600230 100644 (file)
@@ -105,7 +105,7 @@ Reads a 32 bit unsigned integer from the stream.
 Reads 32 bit unsigned integers from the stream in a specified buffer. the amount of
 32 bit unsigned integer to read is specified by the {\it size} variable.
 
-\membersection{wxDataInputStream::Read64}\label{wxdatainputstreamread32}
+\membersection{wxDataInputStream::Read64}\label{wxdatainputstreamread64}
 
 \func{wxUint64}{Read64}{\void}
 
index 62b41daec128fcaef39935f051ebf1e43f5f6bb2..8c495730c309376c74b6282da247072d8f6e68c8 100644 (file)
@@ -94,7 +94,7 @@ Returns true if no error occurred on the stream.
 \helpref{GetLastError}{wxstreambasegetlasterror}
 
 
-\membersection{wxStreamBase::IsSeekable}\label{wxstreambaseisok}
+\membersection{wxStreamBase::IsSeekable}\label{wxstreambaseisseekable}
 
 \constfunc{bool}{IsSeekable}{\void}
 
index c658d9fc4bf96518965986b243d5148d5c055884..7105a9638cc24eea1dfdf7985cc97878e5f695d0 100644 (file)
@@ -849,7 +849,7 @@ tree->GetItemData(item)->SetData(data).}
 \end{twocollist}}
 }%
 
-\membersection{wxTreeCtrl::SetItemDropHighlight}\label{wxtreectrlsetitemfont}
+\membersection{wxTreeCtrl::SetItemDropHighlight}\label{wxtreectrlsetitemdrophighlight}
 
 \func{void}{SetItemDropHighlight}{\param{const wxTreeItemId\&}{ item}, \param{bool}{highlight = {\tt true}}}