]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed someone's typo
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 26 Jan 2003 23:20:42 +0000 (23:20 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 26 Jan 2003 23:20:42 +0000 (23:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/flexsizr.tex

index 0ce1e99fe4bda4c935ddb8ae167e27b18c53a66c..c27734f92c187089d9384622e7ba705df5cdd47e 100644 (file)
@@ -123,7 +123,7 @@ Specifies that row idx is no longer growable.
 \func{void}{SetFlexibleDirections}{\param{int }{direction}}
 
 Specifies whether the sizer should flexibly resize its columns, rows, or
-both. Argument {\t direction} can be {\tt wxVERTICAL}, {\tt wxHORIZONTAL} 
+both. Argument {\tt direction} can be {\tt wxVERTICAL}, {\tt wxHORIZONTAL} 
 or {\tt wxBOTH} (which is the default value). Any other value is ignored. See
 \helpref{GetFlexibleDirection()}{wxflexgridsizergetflexibledrection} for the
 explanation of these values.