From 3b9f2cfdbcf8653450c06a000e80958190edacf4 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 2 Feb 2023 10:28:12 +0100 Subject: Improve about dialog --- src/gui.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 4d197c5..54477ca 100644 --- a/src/gui.h +++ b/src/gui.h @@ -23,11 +23,11 @@ #include #include #include +#include #include #include #include #include -#include #include #include #include @@ -104,10 +104,13 @@ class DialogAbout : public wxDialog protected: wxNotebook* m_notebook3; wxPanel* info_panel; + wxPanel* credits_panel; public: - wxStaticBitmap* ochess_icon; + wxStaticBitmap* app_icon; + wxStaticText* appname_text; wxRichTextCtrl* info_richtext; + wxRichTextCtrl* credits_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