mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
ENH:filter domain names in network errors
Change-Id: I86d7f11bb198ac9060a1f1d6e6432f39471c70fb
This commit is contained in:
parent
8714b3e5e5
commit
6591d1d0ed
5 changed files with 27 additions and 6 deletions
|
@ -520,8 +520,8 @@ wxString get_fail_reason(int code)
|
|||
m_sw_bind_failed_info->Show(true);
|
||||
|
||||
m_st_txt_error_code->SetLabelText(wxString::Format("%d", m_result_code));
|
||||
m_st_txt_error_desc->SetLabelText(m_result_info);
|
||||
m_st_txt_extra_info->SetLabelText(m_result_extra);
|
||||
m_st_txt_error_desc->SetLabelText( wxGetApp().filter_string(m_result_info));
|
||||
m_st_txt_extra_info->SetLabelText( wxGetApp().filter_string(m_result_extra));
|
||||
|
||||
m_st_txt_error_code->Wrap(FromDIP(260));
|
||||
m_st_txt_error_desc->Wrap(FromDIP(260));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue