Skip to content

Commit

Permalink
fix change language crash; fix exclamation, info, question.png
Browse files Browse the repository at this point in the history
  • Loading branch information
womendoushihaoyin committed Oct 21, 2024
1 parent 474b857 commit b6f46be
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified resources/images/exclamation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/MsgDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b6f46be

Please sign in to comment.