Reverted escaping of ampersand where the escaping was not needed
/ lead to errors.
This commit is contained in:
parent
f37b9c4d51
commit
8f04d0e0e2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user