]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sizer.tex
Added periods
[wxWidgets.git] / docs / latex / wx / sizer.tex
index 5d2816d0307fa76d55e30aeca40c1df287c64258..4e13811aeb85fd10b76ba056383a23d84ad28c3e 100644 (file)
@@ -561,7 +561,7 @@ allows you to specify all parameters using the named methods instead. For
 example, instead of
 
 \begin{verbatim}
-    sizer->Add(ctrl, 0, wxEXPAND | wxBORDER, 10);
+    sizer->Add(ctrl, 0, wxEXPAND | wxALL, 10);
 \end{verbatim}
 
 you can now write