mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 17:59:10 +08:00
Substitutions info: Fixed a preset name, containing non-ASCII characters, presented in info dialog
This commit is contained in:
parent
0cbbe96d08
commit
8d9d349af9
@ -344,7 +344,7 @@ void show_substitutions_info(const PresetsConfigSubstitutions& presets_config_su
|
||||
};
|
||||
|
||||
for (const PresetConfigSubstitutions& substitution : presets_config_substitutions) {
|
||||
changes += "\n\n" + format_wxstr("%1% : %2%", preset_type_name(substitution.preset_type), bold_string(substitution.preset_name));
|
||||
changes += "\n\n" + format_wxstr("%1% : %2%", preset_type_name(substitution.preset_type), bold_string(from_u8(substitution.preset_name)));
|
||||
if (!substitution.preset_file.empty())
|
||||
changes += format_wxstr(" (%1%)", substitution.preset_file);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user