From fe7335a0992603bb14905c1c115932d1df1afa0a Mon Sep 17 00:00:00 2001 From: niksedk Date: Thu, 19 Oct 2023 17:14:35 +0200 Subject: [PATCH] Update change log --- Changelog.txt | 2 ++ src/ui/Forms/MergeShortLines.cs | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 5a14c3e65..5d6a60fad 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -32,6 +32,8 @@ * Edit interjection is now a text box - thx Andrebavila * Bookmark list now has context menu with edit/delete - thx Andrebavila * Update Tesseract to 5.3.3 (2023-10-05, 64-bit only) + * Auto-translate re-written, so it's easier to add new translators + * Close all processes when closing Faster Whisper - thx Purfview * FIXED: * Fix remember text box settings (bold/size) - thx Siamak * Fix crash in CSV reader - thx Waseem diff --git a/src/ui/Forms/MergeShortLines.cs b/src/ui/Forms/MergeShortLines.cs index b81a7337a..71ff16387 100644 --- a/src/ui/Forms/MergeShortLines.cs +++ b/src/ui/Forms/MergeShortLines.cs @@ -3,7 +3,6 @@ using Nikse.SubtitleEdit.Core.Common; using Nikse.SubtitleEdit.Logic; using System; using System.Collections.Generic; -using System.Drawing; using System.Globalization; using System.Text; using System.Windows.Forms;