aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
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: