From 732e46f552027022e4dc87d013918c9d45b0f772 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 25 Jan 2005 15:59:24 +0000 Subject: [PATCH] Syntax fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/sbsizer.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/sbsizer.tex b/docs/latex/wx/sbsizer.tex index e1e974b3fa..6394efaffc 100644 --- a/docs/latex/wx/sbsizer.tex +++ b/docs/latex/wx/sbsizer.tex @@ -25,7 +25,7 @@ sizer may create it itself as a convenience. \func{}{wxStaticBoxSizer}{\param{wxStaticBox* }{box}, \param{int }{orient}} -\func{}{wxStaticBoxSizer}{\param{int }{orient}, \param{wxWindow }{*parent}, \parent{const wxString\& }{label = wxEmptyString}} +\func{}{wxStaticBoxSizer}{\param{int }{orient}, \param{wxWindow }{*parent}, \param{const wxString\& }{label = wxEmptyString}} The first constructor uses an already existing static box. It takes the associated static box and the orientation \arg{orient}, which can be either -- 2.50.0