From 723f7cc91bd8fb548cfaad3f0c104439f686a3e0 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Dec 2022 19:43:05 +0100 Subject: Improve import tab --- src/gui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index ddf67e3..232b3e7 100644 --- a/src/gui.h +++ b/src/gui.h @@ -61,6 +61,7 @@ #define ID_APPLY_FILTER_BUTTON 1016 #define ID_IMPORT_BUTTON 1017 #define ID_DELETE_BUTTON 1018 +#define ID_LOAD_BUTTON 1019 /////////////////////////////////////////////////////////////////////////////// /// Class MainFrame @@ -344,8 +345,9 @@ class TabBase_TabImport : public wxPanel wxStaticText* from_db_label; wxStaticText* m_staticText29; wxComboBox* opened_db_list; - wxButton* import_from_db_button; + wxButton* load_button; wxListCtrl* game_list; + wxButton* import_from_db_button; public: -- cgit v1.2.3