From 94188787d5fb01a98829823532900d00a5c12134 Mon Sep 17 00:00:00 2001 From: niel-archer Date: Fri, 30 Dec 2011 03:52:12 +0000 Subject: [PATCH] Changed the labels for 'Unicode' output formats. Unicode is not the output format for files, UTF is. git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@61 3f4676ac-adda-40fd-8265-58d1435b1672 --- trunk/Resource/ReleaseNotes.htm | 10 ++++++---- trunk/Tools/TextEditorGeneral.Designer.cs | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index 25a5785..97582c1 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -5,18 +5,20 @@
-

2012-01 - Release 2.x.x

+

2012-01-01 - Release 2.x.x

- Added
  • "Release Notes..." to help menu.
- - Updated + Changed
    -
  • About.htm
  • +
  • Updated About.htm
  • +
  • Tools => Options => Text Editor => General - Changed labels to properly reflect the output file format.
  • +
  • UTF-8 output no longer prefixes the B.O.M. character.
- - Fixed: + Bugs Fixed:
  • 2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term
  • 3461546 - ReleaseNotes.htm in source, but never used
  • diff --git a/trunk/Tools/TextEditorGeneral.Designer.cs b/trunk/Tools/TextEditorGeneral.Designer.cs index 7506554..adbb39d 100644 --- a/trunk/Tools/TextEditorGeneral.Designer.cs +++ b/trunk/Tools/TextEditorGeneral.Designer.cs @@ -224,7 +224,7 @@ namespace LSLEditor.Tools this.radioButton6.Size = new System.Drawing.Size(65, 17); this.radioButton6.TabIndex = 1; this.radioButton6.TabStop = true; - this.radioButton6.Text = "Unicode"; + this.radioButton6.Text = "UTF-16 LE"; this.radioButton6.UseVisualStyleBackColor = true; // // radioButton7 @@ -235,7 +235,7 @@ namespace LSLEditor.Tools this.radioButton7.Size = new System.Drawing.Size(117, 17); this.radioButton7.TabIndex = 2; this.radioButton7.TabStop = true; - this.radioButton7.Text = "Unicode big endian"; + this.radioButton7.Text = "UTF-16 BE"; this.radioButton7.UseVisualStyleBackColor = true; // // radioButton8