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
This commit is contained in:
niel-archer 2011-12-30 03:52:12 +00:00
parent c12d97756b
commit 94188787d5
2 changed files with 8 additions and 6 deletions

View file

@ -5,18 +5,20 @@
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
<div>
<div>
<h3><u>2012-01</u> - Release 2.x.x</h3>
<h3><u>2012-01-01</u> - Release 2.x.x</h3>
- Added
<ul>
<li>"Release Notes..." to help menu.</li>
</ul>
- Updated
Changed
<ul>
<li>About.htm</li>
<li>Updated About.htm</li>
<li>Tools => Options => Text Editor => General - Changed labels to properly reflect the output file format.</li>
<li>UTF-8 output no longer prefixes the B.O.M. character.</li>
</ul>
- Fixed:
Bugs Fixed:
<ul>
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
<li>3461546 - ReleaseNotes.htm in source, but never used</li>

View file

@ -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