diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-11-12 22:46:53 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-11-12 22:46:53 +0000 |
commit | d313fffb8f2bdaea379fbc4b4c3be55c557f2e71 (patch) | |
tree | 9f3fdfc1ccc12fa987fe89a601a5e390aa051355 /MainForm.cs | |
parent | 63f5209cf4c5e1ee36f4bd32948e582cd051d065 (diff) |
Allows lowercase sprite names
Diffstat (limited to 'MainForm.cs')
-rw-r--r-- | MainForm.cs | 1 |
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);
|