X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd330a69c9555c29c6fc448a61e58e0d49402c47..3c1f8cb1f5cbef0f7699110fd28027948e644c6f:/docs/latex/wx/wxhtml.tex

diff --git a/docs/latex/wx/wxhtml.tex b/docs/latex/wx/wxhtml.tex
index 6cc3ca70b1..1eaf9cbe6b 100644
--- a/docs/latex/wx/wxhtml.tex
+++ b/docs/latex/wx/wxhtml.tex
@@ -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.