X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc9a9b2ab212efcf595dee50e58942c71344eca4..3cb99894576612e347480d43c5f2e2550b6151cf:/docs/latex/wx/cmdproc.tex diff --git a/docs/latex/wx/cmdproc.tex b/docs/latex/wx/cmdproc.tex index 3dbce86100..e9509feab4 100644 --- a/docs/latex/wx/cmdproc.tex +++ b/docs/latex/wx/cmdproc.tex @@ -38,7 +38,7 @@ Destructor. \func{virtual bool}{CanUndo}{\void} -Returns TRUE if the currently-active command can be undone, FALSE otherwise. +Returns true if the currently-active command can be undone, false otherwise. \membersection{wxCommandProcessor::ClearCommands} @@ -132,7 +132,7 @@ Sets the string that will be appended to the Undo menu item. \membersection{wxCommandProcessor::Submit} -\func{virtual bool}{Submit}{\param{wxCommand *}{command}, \param{bool}{ storeIt = TRUE}} +\func{virtual bool}{Submit}{\param{wxCommand *}{command}, \param{bool}{ storeIt = true}} Submits a new command to the command processor. The command processor calls wxCommand::Do to execute the command; if it succeeds, the command