]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxhtml.tex
fix warning
[wxWidgets.git] / docs / latex / wx / wxhtml.tex
index 2ea549ae273fdea513badce89bd810a2f66d5460..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.