From: Vadim Zeitlin Date: Fri, 3 Nov 2006 23:36:07 +0000 (+0000) Subject: corrected documentation of font parameter X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0817a2c54ce9e9dadc9807997a33000a4c2b9cca corrected documentation of font parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/fontpicker.tex b/docs/latex/wx/fontpicker.tex index 4f06ac899a..f69338d86f 100644 --- a/docs/latex/wx/fontpicker.tex +++ b/docs/latex/wx/fontpicker.tex @@ -92,8 +92,8 @@ all the parameters. \docparam{id}{The identifier for the control.} -\docparam{font}{The initial font shown in the control. The default -\texttt{wxNORMAL\_FONT} value means to use the default font.} +\docparam{font}{The initial font shown in the control. If \texttt{wxNullFont} +is given, the default font is used.} \docparam{pos}{Initial position.}