mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX:fixed UI issues caused by Russian
jira:[STUDIO-4024] Change-Id: Ib636a348917a88821cd9bcbbb64d847ae316ca0f
This commit is contained in:
@@ -4265,7 +4265,7 @@ wxBoxSizer *ScoreDialog::get_button_sizer()
|
||||
if (m_upload_status_code == StatusCode::UPLOAD_IMG_FAILED) {
|
||||
std::string upload_failed_images = into_u8(_L("The following issues occurred during the process of uploading images. Do you want to ignore them?\n\n"));
|
||||
MessageDialog dlg_info(this, upload_failed_images + error_info, wxString(_L("info")), wxOK | wxNO | wxCENTER);
|
||||
if (dlg_info.ShowModal() == wxID_OK) { m_upload_status_code == StatusCode::UPLOAD_PROGRESS; }
|
||||
if (dlg_info.ShowModal() == wxID_OK) { m_upload_status_code = StatusCode::UPLOAD_PROGRESS; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user