From 16d82134defa1ee0abeb4d7b996e2526d2e0d3b1 Mon Sep 17 00:00:00 2001 From: "zhou.xu" Date: Tue, 22 Apr 2025 09:59:21 +0800 Subject: [PATCH] FIX:fix crash for no used code jira: github 6554 Change-Id: I3d92a5723be3367248edb700e12d7c2027cc61f0 --- src/slic3r/GUI/UnsavedChangesDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/UnsavedChangesDialog.cpp b/src/slic3r/GUI/UnsavedChangesDialog.cpp index ecd4b13b1..3d4b63e13 100644 --- a/src/slic3r/GUI/UnsavedChangesDialog.cpp +++ b/src/slic3r/GUI/UnsavedChangesDialog.cpp @@ -1480,7 +1480,7 @@ void UnsavedChangesDialog::update(Preset::Type type, PresetCollection* dependent action_msg += _L("\nDo you want to use the modified value in the new preset that you selected?"); } } else { - action_msg = format_wxstr(_L("You have changed the preset. ")); + action_msg = _L("You have changed the preset. "); } if (!m_transfer_btn) action_msg += _L("\nDo you want to save the modified values?");