]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed missing bracket
authorJulian Smart <julian@anthemion.co.uk>
Wed, 9 Jul 2003 11:00:40 +0000 (11:00 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 9 Jul 2003 11:00:40 +0000 (11:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 752b905bca79cef18dd7fa1eed7aef68553c4db3..bf8ce8e985d5b4e94b5861fcfdacdafb6528238a 100644 (file)
@@ -46,7 +46,7 @@ new window area manually if you use this style. Currently only has an effect for
 Windows.}
 \twocolitem{\windowstyle{wxVSCROLL}}{Use this style to enable a vertical scrollbar.}
 \twocolitem{\windowstyle{wxHSCROLL}}{Use this style to enable a horizontal scrollbar.}
-\twocolitem{\windowstyle{wxALWAYS\_SHOW\_SB}{If a window has scrollbars,
+\twocolitem{\windowstyle{wxALWAYS\_SHOW\_SB}}{If a window has scrollbars,
 disable them instead of hiding them when they are not needed (i.e. when the
 size of the window is big enough to not require the scrollbars to navigate it).
 This style is currently only implemented for wxMSW and wxUniversal and does