From 36bdc90b57051d2a9985bc0965062885b22e08ea Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 2 Feb 2023 08:56:46 +0100 Subject: Update about --- src/gui.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui.h') 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 #include #include -#include -#include #include #include #include +#include +#include +#include #include #include #include @@ -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 ); -- cgit v1.2.3