diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 11:13:05 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 11:13:05 +0100 |
| commit | 4ffba108e367926f1c254bb1e2f07b6dbace4f32 (patch) | |
| tree | dbd0cb1795622da335035895c1a03c30ed037eeb /src/gui.h | |
| parent | 1293b59ed55423671dc204d3cb09822c9c599e55 (diff) | |
Update the db import game feature
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
