]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filectrl.h
Added 'Delimiter' attribute for wxArrayStringProperty. Moved static ArrayStringToStri...
[wxWidgets.git] / interface / wx / filectrl.h
index 6b27cee9cb487657780a670f6654c9becf56a668..f7dbcb719f2b592a1f1e0b5893fbfca2a1cd58c8 100644 (file)
@@ -40,8 +40,9 @@
     @event{EVT_FILECTRL_FOLDERCHANGED(id, func)}
         The current folder of the file control has been changed
     @event{EVT_FILECTRL_FILTERCHANGED(id, func)}
-        The current file filter of the file control has been changed. This
-        event is new in wxWidgets 2.9.1.
+        The current file filter of the file control has been changed.
+        @since 2.9.1.
+
     @endEventTable
 
     @library{wxbase}