aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-25 19:43:05 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-25 19:43:05 +0100
commit723f7cc91bd8fb548cfaad3f0c104439f686a3e0 (patch)
tree019e75f0788ad6f74e2c5b49fc337508aa05d82c /src/gui.h
parent29f330f307e35acf9dba3a8456dec330ef578dd7 (diff)
Improve import tab
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h4
1 files changed, 3 insertions, 1 deletions
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: