FIX:fix crash for no used code

jira: github 6554
Change-Id: I3d92a5723be3367248edb700e12d7c2027cc61f0
This commit is contained in:
zhou.xu 2025-04-22 09:59:21 +08:00 committed by Lane.Wei
parent 8a2592d07d
commit 16d82134de
1 changed files with 1 additions and 1 deletions

View File

@ -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?");