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 9141495a58
commit 7f016653bb

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