]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/txrc.tex
fix ReceiveTimeout() reference
[wxWidgets.git] / docs / latex / wx / txrc.tex
index e77cfd21f5318db2b406f182deae2ae8e647812d..3a11b955d7721d176f0c0eed54f3c4e5f759e616 100644 (file)
@@ -520,7 +520,7 @@ The code can then access the sizer item by using {\tt XRCSIZERITEM} and
 {\tt XRCID} together.
 
 \begin{verbatim}
-wxSizerItem* item = XRCSIZERITEM(*this, XRCID("area"));
+wxSizerItem* item = XRCSIZERITEM(*this, "area");
 \end{verbatim}
 
 \subsection{Adding new resource handlers}\label{newresourcehandlers}