From 7edf0f4df125279213bf95ca191ddb84ea0e15ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 26 May 2003 16:20:54 +0000 Subject: [PATCH] clarify using embedded XRC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/txrc.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/latex/wx/txrc.tex b/docs/latex/wx/txrc.tex index 7cbcd7a532..6ab41f6c1f 100644 --- a/docs/latex/wx/txrc.tex +++ b/docs/latex/wx/txrc.tex @@ -148,6 +148,8 @@ Use the {\tt -c} switch to contain a function called {\it InitXmlResource} (unless you override this with a command line switch). Use it to load the resource: \begin{verbatim} + extern void InitXMLResource(); // defined in generated file + ... wxXmlResource::Get()->InitAllHandlers(); InitXmlResource(); ...