FIX:display file name instead of printer name
Change-Id: Iea8e425476e8c0a35fb8cf0d9a6f3179794bd8b4
This commit is contained in:
parent
fb68d7745f
commit
a01b0c4f32
|
@ -381,7 +381,7 @@ void SendJob::process()
|
||||||
else {
|
else {
|
||||||
BOOST_LOG_TRIVIAL(error) << "send_job: send ok.";
|
BOOST_LOG_TRIVIAL(error) << "send_job: send ok.";
|
||||||
wxCommandEvent* evt = new wxCommandEvent(m_print_job_completed_id);
|
wxCommandEvent* evt = new wxCommandEvent(m_print_job_completed_id);
|
||||||
evt->SetString(m_dev_id);
|
evt->SetString(params.project_name);
|
||||||
wxQueueEvent(m_plater, evt);
|
wxQueueEvent(m_plater, evt);
|
||||||
m_job_finished = true;
|
m_job_finished = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue