From acdc8077e81f219bd23c9be816a93c26ad481808 Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Thu, 12 Dec 2024 17:59:23 +0800 Subject: [PATCH] ENH: some modification to previous commit some fix to I0a100746b2845bba57f57e8f6962eca1dbd562aa FIX:Default option of stop printing is no Change-Id: I683101f55c3113b9ba99dc59dded95c38b4b243f --- src/slic3r/GUI/StatusPanel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index d06d488a9..228421eb7 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -1942,8 +1942,7 @@ void StatusPanel::on_subtask_abort(wxCommandEvent &event) } }); } - abort_dlg->update_text(_L("Are you sure to stop printing?")); - abort_dlg->update_btn_label(_L("Yes"), _L("No")); + abort_dlg->update_text(_L("Are you sure you want to cancel this print?")); abort_dlg->m_button_cancel->SetBackgroundColor(abort_dlg->btn_bg_green); abort_dlg->m_button_cancel->SetBorderColor(*wxWHITE);