fixed LaTeX compilation problems (part of patch 551210)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-05-05 14:24:07 +00:00
parent f6ba47d997
commit 7af3ca1645
32 changed files with 203 additions and 197 deletions

View File

@@ -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 \tt{*.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 \tt{*.txt}.
{\it filter} is an appropriate file filter such as {\tt *.txt}.
{\it dir} is the default directory to use for file selectors.