From 4ddc74e8f583e684e989af57766c4733d591bf7a Mon Sep 17 00:00:00 2001 From: niel-archer Date: Fri, 30 Dec 2011 02:36:49 +0000 Subject: [PATCH] Fixed typo in Font/Colour options dialogue. --- trunk/Resource/ReleaseNotes.htm | 5 +++-- trunk/Tools/TextEditorFontColors.Designer.cs | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index f987402..ab280af 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -21,11 +21,12 @@ - Fixed: diff --git a/trunk/Tools/TextEditorFontColors.Designer.cs b/trunk/Tools/TextEditorFontColors.Designer.cs index 55e261d..6b13855 100644 --- a/trunk/Tools/TextEditorFontColors.Designer.cs +++ b/trunk/Tools/TextEditorFontColors.Designer.cs @@ -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();