Name change replacements

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-05-04 08:52:33 +00:00
parent 03d21d9053
commit 74ca941903
229 changed files with 1170 additions and 1138 deletions

View File

@@ -11,7 +11,7 @@ The class holds XML resources from one or more .xml files, binary files or zip a
See \helpref{XML-based resource system overview}{xrcoverview} for details.
{\bf NOTE:} XRC is not yet a part of the core wxWindows library, so
{\bf NOTE:} XRC is not yet a part of the core wxWidgets library, so
please see the overview for how to compile and link it. Otherwise if you
try to use it, you will get link errors.
@@ -142,7 +142,7 @@ The macro {\tt XRCID(name)} is provided for convenience.
Initializes handlers for all supported controls/windows. This will
make the executable quite big because it forces linking against
most of the wxWindows library.
most of the wxWidgets library.
\membersection{wxXmlResource::Load}\label{wxxmlresourceload}