From d599c854777c49d2da001e98758134472487493c Mon Sep 17 00:00:00 2001 From: YuSanka Date: Thu, 11 Nov 2021 11:31:34 +0100 Subject: [PATCH] Fixed typo in https://github.com/prusa3d/PrusaSlicer/commit/a0e6c7a076c2b63eb5027757a8d398a8715152b4 --- src/slic3r/GUI/UpdateDialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/UpdateDialogs.cpp b/src/slic3r/GUI/UpdateDialogs.cpp index 5f09ffe30..b929141a0 100644 --- a/src/slic3r/GUI/UpdateDialogs.cpp +++ b/src/slic3r/GUI/UpdateDialogs.cpp @@ -89,7 +89,7 @@ MsgUpdateConfig::MsgUpdateConfig(const std::vector &updates, bool force_ MsgDialog(nullptr, force_before_wizard ? _L("Opening Configuration Wizard") : _L("Configuration update"), force_before_wizard ? _L("PrusaSlicer is not using the newest configuration available.\n" "Configuration Wizard may not offer the latest printers, filaments and SLA materials to be installed. ") : - _L("Configuration update is available"), wxOK) + _L("Configuration update is available"), wxICON_ERROR) { auto *text = new wxStaticText(this, wxID_ANY, _(L( "Would you like to install it?\n\n"