mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: export notification encoding display issue
Jira: STUDIO-3807 Change-Id: If5a6651ba1f29ad35d6e11ed76f959b3d0864be6
This commit is contained in:
@@ -381,7 +381,7 @@ void SendJob::process()
|
||||
else {
|
||||
BOOST_LOG_TRIVIAL(error) << "send_job: send ok.";
|
||||
wxCommandEvent* evt = new wxCommandEvent(m_print_job_completed_id);
|
||||
evt->SetString(params.project_name);
|
||||
evt->SetString(from_u8(params.project_name));
|
||||
wxQueueEvent(m_plater, evt);
|
||||
m_job_finished = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user