fix references to wxCmdLineParser ctor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-10-17 17:32:16 +00:00
parent 2df2a65b2d
commit fb06f27139

View File

@@ -172,10 +172,10 @@ or, if you use the default constructor, you can do it later by calling
\helpref{SetCmdLine}{wxcmdlineparsersetcmdline}. \helpref{SetCmdLine}{wxcmdlineparsersetcmdline}.
The same holds for command line description: it can be specified either in The same holds for command line description: it can be specified either in
the constructor (\helpref{without\ command\ line}{wxcmdlineparserwxcmdlineparser} or the \helpref{constructor}{wxcmdlineparserwxcmdlineparserctor} (with or without
\helpref{together\ with\ it}{wxcmdlineparserwxcmdlineparserdescargc}) or the command line itself) or constructed later using either
constructed later using either \helpref{SetDesc}{wxcmdlineparsersetdesc} or \helpref{SetDesc}{wxcmdlineparsersetdesc} or combination of
combination of \helpref{AddSwitch}{wxcmdlineparseraddswitch}, \helpref{AddSwitch}{wxcmdlineparseraddswitch},
\helpref{AddOption}{wxcmdlineparseraddoption} and \helpref{AddOption}{wxcmdlineparseraddoption} and
\helpref{AddParam}{wxcmdlineparseraddparam} methods. \helpref{AddParam}{wxcmdlineparseraddparam} methods.