ENH: copyright: change the copyrights to lunkuo

Change-Id: Ie2804275a422a1314a5f948fc35cfc5bb7a31e29
This commit is contained in:
lane.wei 2023-01-06 22:05:38 +08:00 committed by Lane.Wei
parent 0ddd7ed5e7
commit 859aef4c4e
5 changed files with 5 additions and 5 deletions

View file

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