]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/event.h
Fix -- in comment.
[wxWidgets.git] / interface / wx / event.h
index ce8f4acf06cedd5b4e891e7fc17e4242fdde12dd..e2263ece2758c092d1496aaa89d868862eddf3f5 100644 (file)
@@ -2385,7 +2385,7 @@ public:
     @class wxNotifyEvent
 
     This class is not used by the event handlers by itself, but is a base class
-    for other event classes (such as wxNotebookEvent).
+    for other event classes (such as wxBookCtrlEvent).
 
     It (or an object of a derived class) is sent when the controls state is being
     changed and allows the program to wxNotifyEvent::Veto() this change if it wants
@@ -2394,7 +2394,7 @@ public:
     @library{wxcore}
     @category{events}
 
-    @see wxNotebookEvent
+    @see wxBookCtrlEvent
 */
 class wxNotifyEvent : public wxCommandEvent
 {