X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..c8499e53d820ed68ad6a1e9b25d963107641af14:/docs/latex/wx/doctempl.tex?ds=inline diff --git a/docs/latex/wx/doctempl.tex b/docs/latex/wx/doctempl.tex index 10f310f63d..a7287f5f26 100644 --- a/docs/latex/wx/doctempl.tex +++ b/docs/latex/wx/doctempl.tex @@ -57,7 +57,7 @@ A pointer to the document manager for which this template was created. \member{wxString}{m\_fileFilter} -The file filter (such as \verb$*.txt$) to be used in file selector dialogs. +The file filter (such as \tt{*.txt}) to be used in file selector dialogs. \membersection{wxDocTemplate::m\_flags} @@ -92,7 +92,7 @@ a wxDocManager instance, and before doing any document or view operations. {\it descr} is a short description of what the template is for. This string will be displayed in the file filter list of Windows file selectors. -{\it filter} is an appropriate file filter such as \verb$*.txt$. +{\it filter} is an appropriate file filter such as \tt{*.txt}. {\it dir} is the default directory to use for file selectors.