From 29f330f307e35acf9dba3a8456dec330ef578dd7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Dec 2022 19:30:23 +0100 Subject: Update tab management system --- src/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 347cd89..ddf67e3 100644 --- a/src/gui.h +++ b/src/gui.h @@ -342,6 +342,7 @@ class TabBase_TabImport : public wxPanel wxButton* import_from_game_button; wxStaticLine* m_staticline4; wxStaticText* from_db_label; + wxStaticText* m_staticText29; wxComboBox* opened_db_list; wxButton* import_from_db_button; wxListCtrl* game_list; -- cgit v1.2.3