ENH:update the msg text when the printer does not have an SD card
Change-Id: Id3c79c7415b728b91979a117f3496ecf8c3f8f45
This commit is contained in:
parent
de4e087b5b
commit
3e07db0c2a
|
@ -1051,7 +1051,7 @@ void SendToPrinterDialog::show_status(PrintDialogStatus status, std::vector<wxSt
|
||||||
Enable_Refresh_Button(true);
|
Enable_Refresh_Button(true);
|
||||||
}
|
}
|
||||||
else if (status == PrintDialogStatus::PrintStatusNoSdcard) {
|
else if (status == PrintDialogStatus::PrintStatusNoSdcard) {
|
||||||
wxString msg_text = _L("An SD card needs to be inserted before printing via LAN.");
|
wxString msg_text = _L("An SD card needs to be inserted before send to printer SD card.");
|
||||||
update_print_status_msg(msg_text, true, true);
|
update_print_status_msg(msg_text, true, true);
|
||||||
Enable_Send_Button(false);
|
Enable_Send_Button(false);
|
||||||
Enable_Refresh_Button(true);
|
Enable_Refresh_Button(true);
|
||||||
|
|
Loading…
Reference in New Issue