From e0a1894928abb8361f959a147066e94e2cda996b Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 26 Feb 2022 12:30:07 +0100 Subject: Improve database game import --- src/base_tab/BasePanelBF.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/base_tab/BasePanelBF.h') 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 #include #include -#include #include #include @@ -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; -- cgit v1.2.3