X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d82b0abce2ee3fdb17712756df59208a55962de8..15fa4de377053c3c38f62593b2df941c217ea34b:/interface/wx/filectrl.h diff --git a/interface/wx/filectrl.h b/interface/wx/filectrl.h index 6b27cee9cb..4681df1149 100644 --- a/interface/wx/filectrl.h +++ b/interface/wx/filectrl.h @@ -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}