mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Fix of #5058 (failing build with wx3.0)
This commit is contained in:
parent
d576c029bd
commit
ab6af3ff68
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ bool Repetier::get_groups(wxArrayString& groups) const
|
|||
groups.push_back(_utf8(L("Default")));
|
||||
} else {
|
||||
// Is it safe to assume that the data are utf-8 encoded?
|
||||
groups.push_back(wxString::FromUTF8(v.second.data()));
|
||||
groups.push_back(GUI::from_u8(v.second.data()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue