]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htmlstrt.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / htmlstrt.tex
index 988df7d19c1aecb89da2237e076314f325e54546..5708f5daf2c967a4abd7424ea4c562c42c6b426b 100644 (file)
@@ -15,12 +15,10 @@ passed {\bf string}. See the example:
     mywin -> LoadPage("test.htm");
     mywin -> SetPage("<html><body>"
                      "<h1>Error</h1>"
-                    "Some error occurred :-H)"
-                    "</body></hmtl>");
+                     "Some error occurred :-H)"
+                     "</body></hmtl>");
 \end{verbatim}
 
-I think the difference is quite clear.
-
 \wxheading{Displaying Help}
 
 See \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}.