]> git.saurik.com Git - wxWidgets.git/commitdiff
Restored a couple of label
authorJulian Smart <julian@anthemion.co.uk>
Tue, 8 Feb 2005 15:09:22 +0000 (15:09 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 8 Feb 2005 15:09:22 +0000 (15:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tchanges.tex

index 089ef58fc446429e41f48ef3cb69d884009972d9..06db179f25a8b114f18e827521c5dbafc8980912 100644 (file)
@@ -4,7 +4,7 @@ Listed here are the deprecated and incompatible changes made to wxWidgets.
 
 For other changes (such as additional features, bug fixes, etc.) see the changes.txt file located in the docs directory of your wxWidgets directory.
 
-\subsection{Incompatible changes since 2.4.x}
+\subsection{Incompatible changes since 2.4.x}\label{incompatiblesince24}
 
 \wxheading{wxEvent and its derivatives losing public variable members}
 
@@ -209,7 +209,7 @@ sizer->Add(win);
 - wxSystemSettings::GetSystem*() members deprecated and replaced with wxSystemSettings::Get*().
 
 
-\subsection{Depreciated changes since 2.4.x}
+\subsection{Deprecated changes since 2.4.x}\label{deprecatedsince24}
 
 - wxURL::GetInputStream() and similar functionality has been deprecated in
   favor of other ways of connecting, such as though sockets or wxFileSystem.