diff options
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; |
