From 1af1dc0b8952a95a0e2a9aab3ce7f5172d9c4f75 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Fri, 1 Mar 2024 11:04:16 +0800 Subject: [PATCH] ENH: adjust the about information to 2024 JIRA: no jira Change-Id: Ief5d8bdf5efeab8a23cfb47690edca672abbaee1 (cherry picked from commit 797464850b706b0d044628fd16370aaded00f49b) --- src/slic3r/GUI/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/AboutDialog.cpp b/src/slic3r/GUI/AboutDialog.cpp index a475c7e1c..e00e9afe4 100644 --- a/src/slic3r/GUI/AboutDialog.cpp +++ b/src/slic3r/GUI/AboutDialog.cpp @@ -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);