aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-26 16:32:54 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-26 16:32:54 +0100
commit5a4ec5d1e856f34503f89e1ed206df1ff934eae4 (patch)
treeab72034d4f7be9c7252d9edfd6e7e41c80a9623d /src/gui.h
parent3263bda23b8bccb9958471be064603d958f08253 (diff)
Update import
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui.h b/src/gui.h
index df64a5e..99405fc 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -334,8 +334,7 @@ class TabBase_TabImport : public wxPanel
private:
protected:
- wxStaticText* pending_imports;
- wxStaticLine* m_staticline41;
+ wxTextCtrl* pending_imports;
wxStaticText* from_game_label;
wxComboBox* opened_game_list;
wxButton* import_from_game_button;