FIX:fix crash for no used code
jira: github 6554 Change-Id: I3d92a5723be3367248edb700e12d7c2027cc61f0
This commit is contained in:
parent
8a2592d07d
commit
16d82134de
|
@ -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?");
|
action_msg += _L("\nDo you want to use the modified value in the new preset that you selected?");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
action_msg = format_wxstr(_L("You have changed the preset. "));
|
action_msg = _L("You have changed the preset. ");
|
||||||
}
|
}
|
||||||
if (!m_transfer_btn)
|
if (!m_transfer_btn)
|
||||||
action_msg += _L("\nDo you want to save the modified values?");
|
action_msg += _L("\nDo you want to save the modified values?");
|
||||||
|
|
Loading…
Reference in New Issue