diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-07 19:34:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:58 +0100 |
| commit | dd7ba98abf729061e30c0b0fbb4cb6fd0485f16a (patch) | |
| tree | bef392fe07cd7eca5c9e51ed317d0923d0db5f84 /src/wx/file_picker_ctrl.h | |
| parent | f29f405000752ad568de1e304640a4edac8214bc (diff) | |
Various JobView fixes.
Diffstat (limited to 'src/wx/file_picker_ctrl.h')
| -rw-r--r-- | src/wx/file_picker_ctrl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/file_picker_ctrl.h b/src/wx/file_picker_ctrl.h index 4c721af48..51f11cf61 100644 --- a/src/wx/file_picker_ctrl.h +++ b/src/wx/file_picker_ctrl.h @@ -30,8 +30,7 @@ public: private: void browse_clicked (); - wxStaticText* _file; - wxButton* _browse; + wxButton* _file; wxString _path; wxSizer* _sizer; wxString _prompt; |
