X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce1546160882d1ac98932420d7aeb4ff21d06301..1b7751aaa9a86d76a850b9267bc0c201e3cea30f:/interface/wx/filepicker.h diff --git a/interface/wx/filepicker.h b/interface/wx/filepicker.h index 01ae14dc3d..de2f816fa3 100644 --- a/interface/wx/filepicker.h +++ b/interface/wx/filepicker.h @@ -21,8 +21,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 +304,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);