mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH:optimized display of German and Swedish
jira:[STUDIO-3722] Change-Id: I4562b1d55c709a6aac56f91601b12ae3f3459fd1 (cherry picked from commit e4cd09589685bdb1f7bdefada5f2ae28fb1e9552)
This commit is contained in:
parent
e591e898af
commit
36b8abf24e
1 changed files with 2 additions and 2 deletions
|
@ -1953,10 +1953,10 @@ void SelectMachineDialog::update_priner_status_msg(wxString msg, bool is_warning
|
|||
} else {
|
||||
msg = format_text(msg);
|
||||
|
||||
auto str_new = msg.ToStdString();
|
||||
auto str_new = msg.utf8_string();
|
||||
stripWhiteSpace(str_new);
|
||||
|
||||
auto str_old = m_statictext_printer_msg->GetLabel().ToStdString();
|
||||
auto str_old = m_statictext_printer_msg->GetLabel().utf8_string();
|
||||
stripWhiteSpace(str_old);
|
||||
|
||||
if (str_new != str_old) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue