]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htwindow.tex
Misc fixes
[wxWidgets.git] / docs / latex / wx / htwindow.tex
index 38d926a76c4f1840a73c6832d85c9df34f0e0c59..2c5345ca6a20ea055454ee0f265bbca286df1f57 100644 (file)
@@ -13,7 +13,7 @@ The purpose of this class is to display HTML pages (either local
 file or downloaded via HTTP protocol) in a window. The width
 of the window is constant - given in the constructor - and virtual height
 is changed dynamically depending on page size.
-Once the window is created you can set its content by calling
+Once the window is created you can set its content by calling 
 \helpref{SetPage(text)}{wxhtmlwindowsetpage} or 
 \helpref{LoadPage(filename)}{wxhtmlwindowloadpage}.