]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dirctrl.h
Fix a typo in wxNumberFormatter styles documentation.
[wxWidgets.git] / interface / wx / dirctrl.h
index e650643106056534b28bf3ecf06c170d4edd17b3..2583497d9c1db53886c6631ff0def8e7c378a12b 100644 (file)
@@ -53,7 +53,7 @@ enum
     @appearance{genericdirctrl}
     @event{EVT_DIRCTRL_CHANGED(id, func)}
           Selected directory has changed.
-          Processes a @c wxEVT_COMMAND_DIRCTRL_CHANGED event type.
+          Processes a @c wxEVT_DIRCTRL_CHANGED event type.
           Notice that this event is generated even for the changes done by the
           program itself and not only those done by the user.
           @since 2.9.5
@@ -277,3 +277,5 @@ public:
     //// Operations
     void FillFilterList(const wxString& filter, int defaultFilter);
 };
+
+wxEventType wxEVT_DIRCTRL_CHANGED;