diff options
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |
