]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/command.tex
Applied patch [ 658505 ] Updates documentation for wxTimeSpan
[wxWidgets.git] / docs / latex / wx / command.tex
index 9bd25f28110452380c71a0aa3d2c19327fa9fbb3..1514c1da2c444d4d285857576706c86265bb3b10 100644 (file)
@@ -9,6 +9,10 @@ change the data or view.
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/cmdproc.h>
+
 \wxheading{See also}
 
 \overview{Overview}{wxcommandoverview}
@@ -24,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.