mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
FIX:fixed the notification display error
Change-Id: I2fad466b0c17286aa1f75f3a859eb9ad2329e2f2
This commit is contained in:
parent
27d2008037
commit
ded0b69629
1 changed files with 2 additions and 2 deletions
|
@ -8984,8 +8984,8 @@ void Plater::export_gcode_3mf(bool export_all)
|
|||
|
||||
void Plater::send_gcode_finish(wxString name)
|
||||
{
|
||||
wxString out_str = wxString::Format(_L("The file %s has been sent to the printer's storage space and can be viewed on the printer."), name);
|
||||
p->notification_manager->push_exporting_finished_notification(out_str.ToStdString(), "", false);
|
||||
auto out_str = GUI::format(_L("The file %s has been sent to the printer's storage space and can be viewed on the printer."), name);
|
||||
p->notification_manager->push_exporting_finished_notification(out_str, "", false);
|
||||
}
|
||||
|
||||
void Plater::export_core_3mf()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue