]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix for bug 462533, spelling typo in docs "wxAGJUST_MIN" should be "wxADJUST_MINSIZE"
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 18 Sep 2001 13:28:34 +0000 (13:28 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 18 Sep 2001 13:28:34 +0000 (13:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/sizer.tex

index 07173e7725c507e3d9408d6c10900124aa08f538..9d552ff52c5a845d5b1746f14eac96eeafee114f 100644 (file)
@@ -98,7 +98,7 @@ their obvious meaning). With proportional resize, a child may also be centered
 in the main orientation using wxALIGN\_CENTER\_VERTICAL (same as
 wxALIGN\_CENTRE\_VERTICAL) and wxALIGN\_CENTER\_HORIZONTAL (same as
 wxALIGN\_CENTRE\_HORIZONTAL) flags. Finally, you can also specify
-wxAGJUST\_MIN flag to make the minimal size of the control dynamically adjust
+wxADJUST\_MINSIZE flag to make the minimal size of the control dynamically adjust
 to the value returned by its \helpref{GetBestSize()}{wxwindowgetbestsize}
 method - this allows, for example, for correct relayouting of a static text
 control even if its text is changed during run-time.}