]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tstyles.tex
finished implementation for stencil and colored patterns
[wxWidgets.git] / docs / latex / wx / tstyles.tex
index c31d33afa4a7728215e857a23dd110983a690083..c1f4dd4ef7e1300b40d34e34549654926d52ad19 100644 (file)
@@ -1,7 +1,7 @@
 \section{Window styles}\label{windowstyles}
 
 Window styles are used to specify alternative behaviour and appearances for windows, when they are
-created. The symbols are defined in such as way that they can be combined in a `bit-list' using the
+created. The symbols are defined in such a way that they can be combined in a `bit-list' using the
 C++ {\it bitwise-or} operator. For example:
 
 \begin{verbatim}