X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04783062e2aa45cb1d2fa82618eb97b2f0381c86..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/filepicker.h?ds=sidebyside

diff --git a/interface/wx/filepicker.h b/interface/wx/filepicker.h
index ac57732ed8..a52f7f8b76 100644
--- a/interface/wx/filepicker.h
+++ b/interface/wx/filepicker.h
@@ -2,7 +2,6 @@
 // Name:        filepicker.h
 // Purpose:     interface of wxFilePickerCtrl
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -21,8 +20,8 @@
 #define wxDIRP_USE_TEXTCTRL           (wxPB_USE_TEXTCTRL)
 #define wxDIRP_DEFAULT_STYLE          (wxDIRP_DIR_MUST_EXIST)
 
-wxEventType wxEVT_COMMAND_FILEPICKER_CHANGED;
-wxEventType wxEVT_COMMAND_DIRPICKER_CHANGED;
+wxEventType wxEVT_FILEPICKER_CHANGED;
+wxEventType wxEVT_DIRPICKER_CHANGED;
 
 
 /**