diff --git a/resources/images/exclamation.png b/resources/images/exclamation.png index 74dc9889f4d..cf16b5d7304 100644 Binary files a/resources/images/exclamation.png and b/resources/images/exclamation.png differ diff --git a/resources/images/info.png b/resources/images/info.png index 74dc9889f4d..cf16b5d7304 100644 Binary files a/resources/images/info.png and b/resources/images/info.png differ diff --git a/resources/images/question.png b/resources/images/question.png index 74dc9889f4d..cf16b5d7304 100644 Binary files a/resources/images/question.png and b/resources/images/question.png differ diff --git a/src/slic3r/GUI/MsgDialog.cpp b/src/slic3r/GUI/MsgDialog.cpp index d131b5f036b..a5c6d9b0823 100644 --- a/src/slic3r/GUI/MsgDialog.cpp +++ b/src/slic3r/GUI/MsgDialog.cpp @@ -226,7 +226,7 @@ void MsgDialog::apply_style(long style) logo->SetBitmap( create_scaled_bitmap(style & wxAPPLY ? "completed" : style & wxICON_WARNING ? "exclamation" : // ORCA "exclamation" used for dialogs "obj_warning" used for 16x16 areas style & wxICON_INFORMATION ? "info" : - style & wxICON_QUESTION ? "question" : "Snapmaker Orca", this, 64, style & wxICON_ERROR)); + style & wxICON_QUESTION ? "question" : "Snapmaker_Orca", this, 64, style & wxICON_ERROR)); } void MsgDialog::finalize()