]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/cmdproc.tex
Fixed problem with Calltip tab not refreshing properly on Windows.
[wxWidgets.git] / docs / latex / wx / cmdproc.tex
index 3dbce8610023fa3aca07a9aad21d44e92cab0996..e9509feab4d4475b7ba1378fc2d2976dfc56808c 100644 (file)
@@ -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