Reverted escaping of ampersand where the escaping was not needed

/ lead to errors.
This commit is contained in:
Vojtech Bubnik 2020-12-16 11:46:27 +01:00
parent f37b9c4d51
commit 8f04d0e0e2

View File

@ -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";