Added missing } so tex2rtf wouldn't puke

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-08-05 03:47:29 +00:00
parent 48bf5def83
commit 18ac8d6919

View File

@@ -137,8 +137,9 @@ Centres the window.
\wxheading{Parameters} \wxheading{Parameters}
\docparam{direction}{Specifies the direction for the centering. May be {\tt wxHORIZONTAL}, {\tt wxVERTICAL}\rtfsp \docparam{direction}{Specifies the direction for the centering. May be {\tt wxHORIZONTAL}, {\tt wxVERTICAL}\rtfsp
or {\tt wxBOTH}. It may also include {\tt wxCENTRE\_ON\_SCREEN} flag if you or {\tt wxBOTH}. It may also include {\tt wxCENTRE\_ON\_SCREEN} flag
want to center the window on the entire screen and not on its parent window. if you want to center the window on the entire screen and not on its
parent window.}
The flag {\tt wxCENTRE\_FRAME} is obsolete and should not be used any longer. The flag {\tt wxCENTRE\_FRAME} is obsolete and should not be used any longer.