Fixed typo in Font/Colour options dialogue.
This commit is contained in:
parent
40c9a3459c
commit
4ddc74e8f5
2 changed files with 7 additions and 6 deletions
|
@ -21,11 +21,12 @@
|
|||
|
||||
- Fixed:
|
||||
<ul>
|
||||
<li>SF ID: 2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
|
||||
<li>SF ID: 2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term.</li>
|
||||
<li>SF ID: 3461546 - ReleaseNotes.htm in source, but never used</li>
|
||||
<li>SF ID: none - Fix for state change without state name passing syntax-check.</li>
|
||||
<li>SF ID: 3465488 - lslint does not show errors.</li>
|
||||
<li>SF ID: 2999054 - Unicode characters do not paste correctly</li>
|
||||
<li>SF ID: 2999054 - Unicode characters do not paste correctly.</li>
|
||||
<li>SF ID: none - Fixed typo in Font/Colour options dialogue.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
8
trunk/Tools/TextEditorFontColors.Designer.cs
generated
8
trunk/Tools/TextEditorFontColors.Designer.cs
generated
|
@ -128,18 +128,18 @@ namespace LSLEditor.Tools
|
|||
this.checkBox1.AutoSize = true;
|
||||
this.checkBox1.Location = new System.Drawing.Point(16, 24);
|
||||
this.checkBox1.Name = "checkBox1";
|
||||
this.checkBox1.Size = new System.Drawing.Size(142, 17);
|
||||
this.checkBox1.Size = new System.Drawing.Size(145, 17);
|
||||
this.checkBox1.TabIndex = 0;
|
||||
this.checkBox1.Text = "use original colorscheme";
|
||||
this.checkBox1.Text = "use original color scheme";
|
||||
this.checkBox1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// EnvironmentFontColors
|
||||
// TextEditorFontColors
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.groupBox5);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Name = "EnvironmentFontColors";
|
||||
this.Name = "TextEditorFontColors";
|
||||
this.Size = new System.Drawing.Size(392, 272);
|
||||
this.groupBox5.ResumeLayout(false);
|
||||
this.groupBox5.PerformLayout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue