diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 19:43:05 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 19:43:05 +0100 |
| commit | 723f7cc91bd8fb548cfaad3f0c104439f686a3e0 (patch) | |
| tree | 019e75f0788ad6f74e2c5b49fc337508aa05d82c /src/gui.h | |
| parent | 29f330f307e35acf9dba3a8456dec330ef578dd7 (diff) | |
Improve import tab
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: |
