]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/doctempl.tex
typo fix
[wxWidgets.git] / docs / latex / wx / doctempl.tex
index 10f310f63df60ae58dd5c53e5c7ee7a79b007a9d..a7287f5f2655baeb0e3da4eee5534136499c5ee7 100644 (file)
@@ -57,7 +57,7 @@ A pointer to the document manager for which this template was created.
 
 \member{wxString}{m\_fileFilter}
 
 
 \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}
 
 
 \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 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.
 
 
 {\it dir} is the default directory to use for file selectors.