diff options
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -337,6 +337,8 @@ class TabBase_TabImport : public wxPanel wxButton* import_from_game_button; wxStaticLine* m_staticline4; wxStaticText* from_db_label; + wxComboBox* opened_db_list; + wxButton* import_from_db_button; wxListCtrl* game_list; public: |
