Update locale

This commit is contained in:
SoftFever 2025-02-14 23:42:43 +08:00
parent 12fb6db8ef
commit 2e4a2a26e6
21 changed files with 17888 additions and 8495 deletions

View file

@ -258,7 +258,7 @@ void AMSMaterialsSetting::create_panel_normal(wxWindow* parent)
m_panel_SN->Fit();
wxBoxSizer* m_tip_sizer = new wxBoxSizer(wxHORIZONTAL);
m_tip_readonly = new Label(parent, _L(""));
m_tip_readonly = new Label(parent, L"");
m_tip_readonly->SetForegroundColour(*wxBLACK);
m_tip_readonly->SetBackgroundColour(*wxWHITE);
m_tip_readonly->SetMinSize(wxSize(FromDIP(380), -1));