ENH: adjust the about information to 2024

JIRA: no jira
Change-Id: Ief5d8bdf5efeab8a23cfb47690edca672abbaee1
(cherry picked from commit 797464850b706b0d044628fd16370aaded00f49b)
This commit is contained in:
lane.wei 2024-03-01 11:04:16 +08:00 committed by Lane.Wei
parent 50a3757e61
commit 1af1dc0b89
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ AboutDialog::AboutDialog()
copyright_hor_sizer->Add(copyright_ver_sizer, 0, wxLEFT, FromDIP(20));
wxStaticText *html_text = new wxStaticText(this, wxID_ANY, "Copyright(C) 2021-2023 Lunkuo All Rights Reserved", wxDefaultPosition, wxDefaultSize);
wxStaticText *html_text = new wxStaticText(this, wxID_ANY, "Copyright(C) 2021-2024 Lunkuo All Rights Reserved", wxDefaultPosition, wxDefaultSize);
html_text->SetForegroundColour(wxColour(107, 107, 107));
copyright_ver_sizer->Add(html_text, 0, wxALL , 0);