Do -> Redo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-12-20 11:15:05 +00:00
parent 417093fe28
commit 6967f8b779

View File

@@ -46,9 +46,9 @@ Returns TRUE if the currently-active command can be undone, FALSE otherwise.
Deletes all the commands in the list and sets the current command pointer to NULL. Deletes all the commands in the list and sets the current command pointer to NULL.
\membersection{wxCommandProcessor::Do} \membersection{wxCommandProcessor::Redo}
\func{virtual bool}{Do}{\void} \func{virtual bool}{Redo}{\void}
Executes (redoes) the current command (the command that has just been undone if any). Executes (redoes) the current command (the command that has just been undone if any).