diff --git a/src/slic3r/GUI/MsgDialog.cpp b/src/slic3r/GUI/MsgDialog.cpp index c5dbe7c..4c7c237 100644 --- a/src/slic3r/GUI/MsgDialog.cpp +++ b/src/slic3r/GUI/MsgDialog.cpp @@ -214,7 +214,7 @@ static void add_msg_content(wxWindow* parent, wxBoxSizer* content_sizer, wxStrin "" "" "", - bgr_clr_str, text_clr_str, from_u8(msg_escaped), (is_that_msg == "28]") ? "
You can try visiting the following link to resolve the problem: https://qidi3d.com/pages/software-firmware" : "")); + bgr_clr_str, text_clr_str, from_u8(msg_escaped), (is_that_msg == "28]") ? "
You can get the latest version of the software through the link below:\nhttps://qidi3d.com/pages/software-firmware" : "")); html->Bind(wxEVT_HTML_LINK_CLICKED, [parent](wxHtmlLinkEvent& event) { wxGetApp().open_browser_with_warning_dialog(event.GetLinkInfo().GetHref(), parent, false);