aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui.h b/src/gui.h
index 576b4b2..4d197c5 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -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 );