X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..feb6cde446a73ac2fe9ea0528d6c6eb16cc040fd:/docs/latex/wx/command.tex diff --git a/docs/latex/wx/command.tex b/docs/latex/wx/command.tex index 7a8552a453..1514c1da2c 100644 --- a/docs/latex/wx/command.tex +++ b/docs/latex/wx/command.tex @@ -11,7 +11,7 @@ change the data or view. \wxheading{Include files} - + \wxheading{See also} @@ -28,7 +28,7 @@ a new class and call this constructor from your own constructor. {\it canUndo} tells the command processor whether this command is undo-able. You can achieve the same functionality by overriding the CanUndo member function (if for example -the criteria for undoability is context-dependant). +the criteria for undoability is context-dependent). {\it name} must be supplied for the command processor to display the command name in the application's edit menu.