diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-02-02 08:56:46 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-02-02 08:56:46 +0100 |
| commit | 36bdc90b57051d2a9985bc0965062885b22e08ea (patch) | |
| tree | 5d1f0f784261724ec24fe727948b33f6a2d5dd9a /src/gui.h | |
| parent | e5f2b524b4ca055803105995ffa37a7a1ecd5352 (diff) | |
Update about
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 ); |
