diff options
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -19,11 +19,12 @@ #include <wx/aui/auibook.h> #include <wx/sizer.h> #include <wx/frame.h> -#include <wx/richtext/richtextctrl.h> -#include <wx/panel.h> #include <wx/bitmap.h> #include <wx/image.h> #include <wx/icon.h> +#include <wx/statbmp.h> +#include <wx/richtext/richtextctrl.h> +#include <wx/panel.h> #include <wx/notebook.h> #include <wx/dialog.h> #include <wx/stattext.h> @@ -105,6 +106,7 @@ class DialogAbout : public wxDialog wxPanel* info_panel; public: + wxStaticBitmap* ochess_icon; wxRichTextCtrl* info_richtext; DialogAbout( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 600,400 ), long style = wxDEFAULT_DIALOG_STYLE ); |
