mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 01:23:16 +08:00
FIX: the wxString encoding problem
jira: [STUDIO-10757] Change-Id: If4ebe6f93430f108ffde91448913a2e639ced3c8
This commit is contained in:
parent
0ffcd9cc13
commit
27bb14eb22
@ -881,7 +881,7 @@ void SelectMachineDialog::init_bind()
|
||||
if (!obj) return;
|
||||
|
||||
if (obj->dev_id == e.GetString()) {
|
||||
m_comboBox_printer->SetValue(obj->dev_name + "(LAN)");
|
||||
m_comboBox_printer->SetValue(wxString::FromUTF8(obj->dev_name) + "(LAN)");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user