Restored info icon replaced by mistake

This commit is contained in:
Lukas Matena 2021-08-11 16:16:57 +02:00
parent b14faf627b
commit fc1054c61d
4 changed files with 89 additions and 18 deletions

View file

@ -202,7 +202,7 @@ MessageDialog::MessageDialog(wxWindow* parent,
if (style & wxCANCEL) add_btn(wxID_CANCEL);
logo->SetBitmap(create_scaled_bitmap(style & wxICON_WARNING ? "exclamation" :
style & wxICON_INFORMATION ? "info.png" :
style & wxICON_INFORMATION ? "info" :
style & wxICON_QUESTION ? "question" : "PrusaSlicer_192px_grayscale.png", this, 84));
wxGetApp().UpdateDlgDarkUI(this);