From 4ffba108e367926f1c254bb1e2f07b6dbace4f32 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Dec 2022 11:13:05 +0100 Subject: Update the db import game feature --- src/gui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 455d2cc..5ed2a05 100644 --- a/src/gui.h +++ b/src/gui.h @@ -74,9 +74,9 @@ class MainFrame : public wxFrame wxMenu* menu_db; wxMenu* menu_engine; wxStatusBar* status_bar; - wxAuiNotebook* notebook; public: + wxAuiNotebook* notebook; MainFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("OChess"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); @@ -333,7 +333,7 @@ class TabBase_TabImport : public wxPanel protected: wxStaticText* from_game_label; - wxComboBox* m_comboBox1; + wxComboBox* opened_game_list; wxButton* import_from_game_button; wxStaticLine* m_staticline4; wxStaticText* from_db_label; -- cgit v1.2.3