]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/frame.tex
fixed 2 small typos (reported by Janos Vegh)
[wxWidgets.git] / docs / latex / wx / frame.tex
index faf5c2bcd61f2482cf50da6c417368b61a2b2984..950fe6da08d8edad438a76fdb23d7c8bffbef3ab 100644 (file)
@@ -49,7 +49,7 @@ a wxEVT\_HELP event if the user clicked on an application window. {\it Note} tha
 style and must be set by calling \helpref{SetExtraStyle}{wxwindowsetextrastyle} before Create is called (two-step construction).
 You cannot use this style together with wxMAXIMIZE\_BOX or wxMINIMIZE\_BOX, so
 you should use 
-{\tt wxDEFAULT\_FRAME\_STYLE & ~(wxMINIMIZE\_BOX | wxMAXIMIZE\_BOX)} for the
+{\tt wxDEFAULT\_FRAME\_STYLE \& \~ (wxMINIMIZE\_BOX | wxMAXIMIZE\_BOX)} for the
 frames having this style (the dialogs don't have minimize nor maximize box by
 default)}
 \end{twocollist}