diff --git a/src/slic3r/GUI/MsgDialog.cpp b/src/slic3r/GUI/MsgDialog.cpp index b7c84dc..0e34101 100644 --- a/src/slic3r/GUI/MsgDialog.cpp +++ b/src/slic3r/GUI/MsgDialog.cpp @@ -203,14 +203,18 @@ static void add_msg_content(wxWindow* parent, wxBoxSizer* content_sizer, wxStrin if (monospaced_font) // Code formatting will be preserved. This is useful for reporting errors from the placeholder parser. msg_escaped = std::string("
") + msg_escaped + "";
+ std::string is_that_msg;
+ is_that_msg = msg_escaped.substr(msg_escaped.length() - 3, msg_escaped.length());
+ bool is_errort = false;//priv::http_get_file();
html->SetPage(format_wxstr(""
""
""
"%3%"
+ "%4%"
""
""
"",
- bgr_clr_str, text_clr_str, from_u8(msg_escaped)));
+ bgr_clr_str, text_clr_str, from_u8(msg_escaped), (is_that_msg == "28]") ? "