aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-02-02 08:56:46 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-02-02 08:56:46 +0100
commit36bdc90b57051d2a9985bc0965062885b22e08ea (patch)
tree5d1f0f784261724ec24fe727948b33f6a2d5dd9a /src/gui.h
parente5f2b524b4ca055803105995ffa37a7a1ecd5352 (diff)
Update about
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 );