X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6263458e4d9bd4e1dd8999f923013c340e2d83b..b79a8705e6a9d82c6b9db66214ee4a3a77bf1525:/docs/latex/wx/command.tex diff --git a/docs/latex/wx/command.tex b/docs/latex/wx/command.tex index f65c6f298f..1514c1da2c 100644 --- a/docs/latex/wx/command.tex +++ b/docs/latex/wx/command.tex @@ -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.