]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/xmlresh.tex
compilation fix after TRUE/FALSE change
[wxWidgets.git] / docs / latex / wx / xmlresh.tex
index 26dcddd9c99b1340b266f6dc4550eb8f5853696f..97f5b0fdffe582bd70cb23ba2449a00814f1d053 100644 (file)
@@ -131,7 +131,7 @@ Gets a font.
 
 \func{int}{GetID}{\void}
 
 
 \func{int}{GetID}{\void}
 
-Returns the XMLID.
+Returns the XRCID.
 
 \membersection{wxXmlResourceHandler::GetIcon}\label{wxxmlresourcehandlergeticon}
 
 
 \membersection{wxXmlResourceHandler::GetIcon}\label{wxxmlresourcehandlergeticon}
 
@@ -196,7 +196,7 @@ Gets text from param and does some conversions:
 
 \begin{itemize}\itemsep=0pt
 \item replaces $\backslash$n, $\backslash$r, $\backslash$t by respective characters (according to C syntax)
 
 \begin{itemize}\itemsep=0pt
 \item replaces $\backslash$n, $\backslash$r, $\backslash$t by respective characters (according to C syntax)
-\item replaces \verb+$+ by \verb+\&+ and \verb+\$\$+ by \verb+\$+ (needed for \verb+\$File+ to \verb+\&File+
+\item replaces \tt{\$} by \tt{\&} and \tt{\$\$} by \tt{\$} (needed for \tt{\_File} to \tt{\&File}
 translation because of XML syntax)
 \item calls wxGetTranslations (unless disabled in wxXmlResource)
 \end{itemize}
 translation because of XML syntax)
 \item calls wxGetTranslations (unless disabled in wxXmlResource)
 \end{itemize}