]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/filedlgg.h
Removal of previous wxValidtor code for wxOS2
[wxWidgets.git] / include / wx / generic / filedlgg.h
index f58d703f339c8e0d362c8f47649daba2977deb37..59f717de5c66002a6e6ff992b589e7af28595f8b 100644 (file)
@@ -100,7 +100,7 @@ public:
                 const wxSize &size = wxDefaultSize,
                 long style = wxLC_LIST,
                 const wxValidator &validator = wxDefaultValidator,
-                const wxString &name = T("filelist") );
+                const wxString &name = wxT("filelist") );
     void ChangeToListMode();
     void ChangeToReportMode();
     void ChangeToIconMode();
@@ -166,6 +166,7 @@ public:
     void OnNew( wxCommandEvent &event );
     void OnChoice( wxCommandEvent &event );
     void OnTextEnter( wxCommandEvent &event );
+    void OnCheck( wxCommandEvent &event );
     
     void HandleAction( const wxString &fn );