summaryrefslogtreecommitdiff
path: root/src/wx/file_picker_ctrl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-07 19:34:21 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:44:58 +0100
commitdd7ba98abf729061e30c0b0fbb4cb6fd0485f16a (patch)
treebef392fe07cd7eca5c9e51ed317d0923d0db5f84 /src/wx/file_picker_ctrl.h
parentf29f405000752ad568de1e304640a4edac8214bc (diff)
Various JobView fixes.
Diffstat (limited to 'src/wx/file_picker_ctrl.h')
-rw-r--r--src/wx/file_picker_ctrl.h3
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;