Now remember "Auto fix names where only casing differ" - thx Betsy25 :)

This commit is contained in:
niksedk 2014-08-03 09:21:52 +02:00
parent e91c779635
commit 101457d50e
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* Minor syntax coloring fix regarding 2+ lines - thx Joel
* Format "CSV 3" should not load format "SPRUCE STL" - thx Adrian
* Added info about chars/sec to Statistics - thx Krystian
* Remember "Auto fix names where only casing differ" - thx Betsy25
3.4.0 (13th July 2014)

View File

@ -364,6 +364,7 @@ namespace Nikse.SubtitleEdit.Forms
private void SpellCheck_FormClosing(object sender, FormClosingEventArgs e)
{
Configuration.Settings.Tools.SpellCheckAutoChangeNames = checkBoxAutoChangeNames.Checked;
if (e.CloseReason == CloseReason.UserClosing)
{
DialogResult = DialogResult.Abort;