]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tevent.tex
1. added wxTE_AUTO_URL style and support for it under Win32 (and brief
[wxWidgets.git] / docs / latex / wx / tevent.tex
index d322a350fbb68d03a8f1bdbe272dcf63bda5fe92..bc3b3607fb4315381b77a37accd8f4e2e149de93 100644 (file)
@@ -12,7 +12,7 @@ From wxWindows 2.0, {\it event tables} are used instead, with a few exceptions.
 
 An event table is placed in an implementation file to tell wxWindows how to map
 events to member functions. These member functions are not virtual functions, but
-they all similar in form: they take a single wxEvent-derived argument, and have a void return
+they are all similar in form: they take a single wxEvent-derived argument, and have a void return
 type.
 
 Here's an example of an event table.