diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 12:30:07 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 12:30:07 +0100 |
| commit | e0a1894928abb8361f959a147066e94e2cda996b (patch) | |
| tree | 1ce31d0dda368d6b1c5527aa28d11543e620ee1e /src/base_tab/BasePanelBF.h | |
| parent | 3b6e7d39cf2d03f2e43c249ece6da32f1f8030a7 (diff) | |
Improve database game import
Diffstat (limited to 'src/base_tab/BasePanelBF.h')
| -rw-r--r-- | src/base_tab/BasePanelBF.h | 8 |
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; |
