mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-24 05:15:03 -07:00
FIX: GUI: use another api to get process type
jira: no-jira Change-Id: I43fb1738b9b0173704c17c0d92df06f3c78fcde6 (cherry picked from commit af8926ea396480ea06222d421a2ecb704df04218)
This commit is contained in:
parent
ebc072b141
commit
285bbeceb7
2 changed files with 17 additions and 12 deletions
|
|
@ -328,7 +328,7 @@ AboutDialog::AboutDialog()
|
|||
|
||||
copyright_hor_sizer->Add(copyright_ver_sizer, 0, wxLEFT, FromDIP(20));
|
||||
|
||||
wxStaticText *html_text = new wxStaticText(this, wxID_ANY, "Copyright(C) 2022-2024 Li Jiang All Rights Reserved", wxDefaultPosition, wxDefaultSize);
|
||||
wxStaticText *html_text = new wxStaticText(this, wxID_ANY, "Copyright(C) 2022-2025 Li Jiang All Rights Reserved", wxDefaultPosition, wxDefaultSize);
|
||||
html_text->SetForegroundColour(wxColour(107, 107, 107));
|
||||
|
||||
copyright_ver_sizer->Add(html_text, 0, wxALL , 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue