]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/notebook.tex
fixed 2 small typos (reported by Janos Vegh)
[wxWidgets.git] / docs / latex / wx / notebook.tex
index dde3ca1a67ae0d2108ed8e543cb9f83865d3dd3f..a35d4dd3f682c4a3b84c58d50dcbeaf9b3e878e6 100644 (file)
@@ -49,7 +49,7 @@ See also \helpref{window styles overview}{windowstyles}.
 Default constructor.
 
 \func{}{wxNotebook}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
- \param{const wxSize\&}{ size}, \param{long}{ style = 0}, \param{const wxString\& }{name = "notebook"}}
+ \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = 0}, \param{const wxString\& }{name = "notebook"}}
 
 Constructs a notebook control.