diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-25 14:57:09 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-25 14:57:09 +0100 |
| commit | 98488e899a750703562d868d734251cfe032e294 (patch) | |
| tree | 9bd60859300f4d14f00e4c28d8f87e6a5396abb4 /src/base_tab/BasePanelBF.cpp | |
| parent | cbcc455e339a6fec87f16369e450620ef7692a34 (diff) | |
Enable database export
Diffstat (limited to 'src/base_tab/BasePanelBF.cpp')
| -rw-r--r-- | src/base_tab/BasePanelBF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base_tab/BasePanelBF.cpp b/src/base_tab/BasePanelBF.cpp index 4c25cf9..96ced01 100644 --- a/src/base_tab/BasePanelBF.cpp +++ b/src/base_tab/BasePanelBF.cpp @@ -24,7 +24,7 @@ BasePanelBF::BasePanelBF( wxWindow* parent, wxWindowID id, const wxPoint& pos, c save_button = new wxButton( this, ID_SAVE_BUTTON, wxT("Save"), wxDefaultPosition, wxDefaultSize, 0 ); top_sizer->Add( save_button, 0, wxALL, 5 ); - export_button = new wxButton( this, wxID_ANY, wxT("Export"), wxDefaultPosition, wxDefaultSize, 0 ); + export_button = new wxButton( this, ID_EXPORT_BUTTON, wxT("Export"), wxDefaultPosition, wxDefaultSize, 0 ); top_sizer->Add( export_button, 0, wxALL, 5 ); |
