summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-11-12 22:46:53 +0000
committerIan C <ianc@noddybox.co.uk>2005-11-12 22:46:53 +0000
commitd313fffb8f2bdaea379fbc4b4c3be55c557f2e71 (patch)
tree9f3fdfc1ccc12fa987fe89a601a5e390aa051355
parent63f5209cf4c5e1ee36f4bd32948e582cd051d065 (diff)
Allows lowercase sprite names
-rw-r--r--MainForm.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MainForm.cs b/MainForm.cs
index 5b9a1df..b806c1a 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -425,7 +425,6 @@ namespace BitmapSpriteEd
//
// m_spriteName
//
- this.m_spriteName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.m_spriteName.Location = new System.Drawing.Point(64, 160);
this.m_spriteName.Name = "m_spriteName";
this.m_spriteName.Size = new System.Drawing.Size(208, 20);