]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxhtml.tex
GetPath() now has wxPATH_GET_COLUME by default
[wxWidgets.git] / docs / latex / wx / wxhtml.tex
index 6cc3ca70b1100fd8831448b481224251f66259eb..1eaf9cbe6b554bca1b6b94e639ccea71dc189cf9 100644 (file)
@@ -15,7 +15,7 @@ class which allows you to use your own virtual file systems.
 wxHtmlWindow supports tag handlers. This means that you can easily
 extend wxHtml library with new, unsupported tags. Not only that,
 you can even use your own application-specific tags!
-See \verb$src/html/m_*.cpp$ files for details.
+See {\tt src/html/m\_*.cpp} files for details.
 
 There is a generic wxHtmlParser class,
 independent of wxHtmlWindow.