From: Julian Smart Date: Tue, 8 Feb 2005 15:09:22 +0000 (+0000) Subject: Restored a couple of label X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b5f2794059778f5bb7afc45cae832a47f7858efb?ds=inline Restored a couple of label git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/tchanges.tex b/docs/latex/wx/tchanges.tex index 089ef58fc4..06db179f25 100644 --- a/docs/latex/wx/tchanges.tex +++ b/docs/latex/wx/tchanges.tex @@ -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.