From: Vadim Zeitlin Date: Fri, 20 Oct 2000 15:41:02 +0000 (+0000) Subject: removed incorrect param from docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/523050b607cfb5e6f9dfcb1544eb4f49ec1978cd removed incorrect param from docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/statline.tex b/docs/latex/wx/statline.tex index d304f367f3..40e0d981bc 100644 --- a/docs/latex/wx/statline.tex +++ b/docs/latex/wx/statline.tex @@ -34,7 +34,7 @@ groups of controls. The line may be only vertical or horizontal. Default constructor. -\func{}{wxStaticLine}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp +\func{}{wxStaticLine}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp \param{long}{ style = wxLI\_HORIZONTAL}, \param{const wxString\& }{name = ``staticLine"}}