]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filectrl.h
Update documentation for new library name.
[wxWidgets.git] / interface / wx / filectrl.h
index 6b27cee9cb487657780a670f6654c9becf56a668..4681df1149e345474d9239d51c82da05c1205e65 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxFileCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -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}