mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: move preset dirty suffix to prefix
Change-Id: I52d4d6e3dea28d071eb7bf2f3b5e77b5e1b8c8bb
This commit is contained in:
parent
99fcecf193
commit
c5024af7e2
4 changed files with 19 additions and 29 deletions
|
@ -3999,7 +3999,7 @@ bool GUI_App::load_language(wxString language, bool initial)
|
|||
|
||||
//FIXME This is a temporary workaround, the correct solution is to switch to "C" locale during file import / export only.
|
||||
//wxSetlocale(LC_NUMERIC, "C");
|
||||
Preset::update_suffix_modified((" (" + _L("*") + ")").ToUTF8().data());
|
||||
Preset::update_suffix_modified((_L("*") + " ").ToUTF8().data());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue