mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Reverted escaping of ampersand where the escaping was not needed
/ lead to errors.
This commit is contained in:
@@ -2271,7 +2271,6 @@ bool ConfigWizard::priv::check_and_install_missing_materials(Technology technolo
|
||||
wxString out;
|
||||
for (const VendorProfile::PrinterModel *printer_model : printer_models) {
|
||||
wxString name = from_u8(printer_model->name);
|
||||
name.Replace("&", "&&", true);
|
||||
out += "\t\t";
|
||||
out += name;
|
||||
out += "\n";
|
||||
|
||||
Reference in New Issue
Block a user