summaryrefslogtreecommitdiff
path: root/src/wx/file_picker_ctrl.h
diff options
context:
space:
mode:
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;