diff --git a/src/Changelog.txt b/src/Changelog.txt index 92f436da3a..7dbb524c9b 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -1,6 +1,6 @@ Subtitle Edit Changelog -3.3.13 (xth February 2014) +3.3.13 (8th February 2014) * NEW: * Compare window now has an option to "ignore line breaks" - thx Krystian * Compare window now has a "text change percent" - thx Krystian @@ -19,12 +19,16 @@ * Updated Portuguese language file - thx moob * Updated Polish language file - thx Admas * Updated Czech language file - thx Trottel + * Updated Basque language file - thx Xabier + * Updated Italian language file - thx SilverDrake * Many settings now remembered from "Export to image based format" * Dropping a video file on empty waveform will now start extraction of waveform - thx Leon * Better reading of SCC files * Better handling of apostrophe in spell check - thx Betsy25 * Better grouping of general settings in options * Added setting for html encoding text in SAMI files (default on) + * Export to DOST, buttom margin + no spaces in file names - thx Andreas + * Save unicode to ansi, warning + also auto converts some symbols - thx SimplyTheBOSS * FIXED: * Waveform/spectrogram: Moving start/end with ALT down now always works - thx Leon * Waveform/spectrogram: Move border left/right now also always works even diff --git a/src/Forms/Main.cs b/src/Forms/Main.cs index 8219ee12f8..a67e150eeb 100644 --- a/src/Forms/Main.cs +++ b/src/Forms/Main.cs @@ -255,9 +255,6 @@ public Main() { InitializeComponent(); - //if (Configuration.Settings.General.UseTimeFormatHHMMSSFF) nixe harboe - // timeUpDownStartTime.Mode = Configuration.Settings. - textBoxListViewTextAlternate.Visible = false; labelAlternateText.Visible = false; labelAlternateCharactersPerSecond.Visible = false; @@ -315,8 +312,6 @@ public Main() textBoxListViewTextAlternate.TextAlign = HorizontalAlignment.Center; } - //SubtitleListview1.AutoSizeAllColumns(this); - tabControlSubtitle.SelectTab(TabControlSourceView); // AC ShowSourceLineNumber(); // AC tabControlSubtitle.SelectTab(TabControlListView); // AC