Fix _ quoting to make tex2rtf happier

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2002-05-08 19:51:58 +00:00
parent 4af5cca4a3
commit e98a035855
2 changed files with 3 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ try to use it, you will get link errors.
\begin{verbatim}
enum wxXmlResourceFlags
{
wxXRC\_USE\_LOCALE = 1,
wxXRC\_NO\_SUBCLASSING = 2
wxXRC_USE_LOCALE = 1,
wxXRC_NO_SUBCLASSING = 2
};
\end{verbatim}