aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-25 12:54:04 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-25 12:54:04 +0100
commit11a46aadf7c80d6b67af0c1094c8c5c4222bd3b1 (patch)
treea34a2bef3626393703c83287e008294d110fdabb /src/gui.h
parent4ffba108e367926f1c254bb1e2f07b6dbace4f32 (diff)
Update database
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 5ed2a05..7df677d 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -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: