aboutsummaryrefslogtreecommitdiff
path: root/src/base_tab/BasePanelBF.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base_tab/BasePanelBF.h')
-rw-r--r--src/base_tab/BasePanelBF.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/base_tab/BasePanelBF.h b/src/base_tab/BasePanelBF.h
index 1b74915..e00fc46 100644
--- a/src/base_tab/BasePanelBF.h
+++ b/src/base_tab/BasePanelBF.h
@@ -21,7 +21,6 @@
#include <wx/icon.h>
#include <wx/sizer.h>
#include <wx/statline.h>
-#include <wx/choice.h>
#include <wx/listctrl.h>
#include <wx/panel.h>
@@ -29,7 +28,8 @@
#define ID_SAVE_BUTTON 1000
#define ID_EXPORT_BUTTON 1001
-#define ID_DELETE_BUTTON 1002
+#define ID_IMPORT_BUTTON 1002
+#define ID_DELETE_BUTTON 1003
///////////////////////////////////////////////////////////////////////////////
/// Class BasePanelBF
@@ -43,9 +43,7 @@ class BasePanelBF : public wxPanel
wxButton* save_button;
wxButton* export_button;
wxStaticLine* separator_1;
- wxStaticText* append_choice_label;
- wxChoice* append_choice;
- wxButton* append_button;
+ wxButton* import_button;
wxButton* delete_button;
wxListCtrl* game_list;