FIX:display file name instead of printer name

Change-Id: Iea8e425476e8c0a35fb8cf0d9a6f3179794bd8b4
This commit is contained in:
tao wang 2023-06-07 09:25:52 +08:00 committed by Lane.Wei
parent fb68d7745f
commit a01b0c4f32
1 changed files with 1 additions and 1 deletions

View File

@ -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(m_dev_id);
evt->SetString(params.project_name);
wxQueueEvent(m_plater, evt);
m_job_finished = true;
}