aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
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;