X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce1546160882d1ac98932420d7aeb4ff21d06301..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/filepicker.h diff --git a/interface/wx/filepicker.h b/interface/wx/filepicker.h index 01ae14dc3d..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; /** @@ -304,8 +303,8 @@ public: void SetInitialDirectory(const wxString& dir); /** - Sets the absolute path of (the default converter uses current locale's - charset)the currently selected directory. + Sets the absolute path of the currently selected directory (the default converter uses current locale's + charset). This must be a valid directory if @c wxDIRP_DIR_MUST_EXIST style was given. */ void SetPath(const wxString& dirname);