]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxhtml.tex
implemented radio menu items for wxMSW
[wxWidgets.git] / docs / latex / wx / wxhtml.tex
index 6cc3ca70b1100fd8831448b481224251f66259eb..2ea549ae273fdea513badce89bd810a2f66d5460 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 \verb$src/html/m\_*.cpp$ files for details.
 
 There is a generic wxHtmlParser class,
 independent of wxHtmlWindow.