]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filepicker.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / filepicker.h
index 01ae14dc3d1d68b4543f07061242bbb089fcd808..a52f7f8b76e671ac38504c53cfc9160e64d35411 100644 (file)
@@ -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);