From 8d1213ededdad94db0ae36120e5e76051d74c509 Mon Sep 17 00:00:00 2001 From: Fly-Man- Date: Thu, 27 Dec 2012 15:47:17 +0100 Subject: [PATCH] + Corrected Spelling Error + Changed maximum draw distance to 256 --- Radegast/GUI/Dialogs/Settings.Designer.cs | 4 ++-- Radegast/GUI/Rendering/GraphicsPreferences.Designer.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Radegast/GUI/Dialogs/Settings.Designer.cs b/Radegast/GUI/Dialogs/Settings.Designer.cs index 55b52ba..ae6844c 100644 --- a/Radegast/GUI/Dialogs/Settings.Designer.cs +++ b/Radegast/GUI/Dialogs/Settings.Designer.cs @@ -257,7 +257,7 @@ namespace Radegast this.cbHideLoginGraphics.Name = "cbHideLoginGraphics"; this.cbHideLoginGraphics.Size = new System.Drawing.Size(141, 17); this.cbHideLoginGraphics.TabIndex = 3; - this.cbHideLoginGraphics.Text = "Hide login slpash screen"; + this.cbHideLoginGraphics.Text = "Hide login splash screen"; this.cbHideLoginGraphics.UseVisualStyleBackColor = true; this.cbHideLoginGraphics.CheckedChanged += new System.EventHandler(this.cbTrasactChat_CheckedChanged); // @@ -440,7 +440,7 @@ namespace Radegast this.cbIMTimeStamps.Name = "cbIMTimeStamps"; this.cbIMTimeStamps.Size = new System.Drawing.Size(137, 17); this.cbIMTimeStamps.TabIndex = 1; - this.cbIMTimeStamps.Text = "Show timestamps in IM"; + this.cbIMTimeStamps.Text = "Show timestamps in IM"; this.cbIMTimeStamps.UseVisualStyleBackColor = true; // // cbMUEmotes diff --git a/Radegast/GUI/Rendering/GraphicsPreferences.Designer.cs b/Radegast/GUI/Rendering/GraphicsPreferences.Designer.cs index 94c6c00..0daa436 100644 --- a/Radegast/GUI/Rendering/GraphicsPreferences.Designer.cs +++ b/Radegast/GUI/Rendering/GraphicsPreferences.Designer.cs @@ -74,7 +74,7 @@ // tbDrawDistance // this.tbDrawDistance.Location = new System.Drawing.Point(3, 115); - this.tbDrawDistance.Maximum = 176; + this.tbDrawDistance.Maximum = 256; this.tbDrawDistance.Minimum = 32; this.tbDrawDistance.Name = "tbDrawDistance"; this.tbDrawDistance.Size = new System.Drawing.Size(277, 45); -- 2.11.0