From: Mart Raudsepp Date: Wed, 24 May 2006 23:23:19 +0000 (+0000) Subject: Typo fix (age -> page) and \texttt{NULL} -> \NULL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/93664d1bff826fa6cd273ecf83cf4518cca52262 Typo fix (age -> page) and \texttt{NULL} -> \NULL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/notebook.tex b/docs/latex/wx/notebook.tex index ea9dedcc48..75853fa697 100644 --- a/docs/latex/wx/notebook.tex +++ b/docs/latex/wx/notebook.tex @@ -199,7 +199,7 @@ The call to this function generates the page changing events. \constfunc{wxWindow *}{GetCurrentPage}{\void} -Returns the currently selected notebook age or \texttt{NULL}. +Returns the currently selected notebook page or \NULL. \membersection{wxNotebook::GetImageList}\label{wxnotebookgetimagelist}