ENH:get printer error when binding error occurs

Change-Id: I492d48cacb341329e6981f9f2ddc180e30d2bd30
This commit is contained in:
tao wang 2023-06-28 18:06:28 +08:00 committed by Lane.Wei
parent 8060299515
commit 5631ea245e
2 changed files with 22 additions and 1 deletions

View file

@ -94,6 +94,7 @@ public:
void on_show(wxShowEvent &event);
void on_close(wxCloseEvent& event);
void on_destroy();
wxString get_print_error(wxString str);
};
class UnBindMachineDialog : public DPIDialog