]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/command.tex
Assert that wxEXEC_SYNC is not passed in flags to wxProcess::Open
[wxWidgets.git] / docs / latex / wx / command.tex
index 7a8552a4532d7e80d581b7a79971faa573f039d2..1514c1da2c444d4d285857576706c86265bb3b10 100644 (file)
@@ -11,7 +11,7 @@ change the data or view.
 
 \wxheading{Include files}
 
-<wx/docview.h>
+<wx/cmdproc.h>
 
 \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.