[Mono-bugs] [Bug 45490][Min] Changed - Problem with Params property
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 30 Jun 2003 01:50:12 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45490
--- shadow/45490 Thu Jun 26 11:31:55 2003
+++ shadow/45490.tmp.23475 Mon Jun 30 01:50:12 2003
@@ -1,13 +1,13 @@
Bug#: 45490
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: System.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -67,6 +67,9 @@
return;
string firstChar = name.Substring(0, 1);
firstChar = firstChar.ToUpper();
string propertyName = firstChar + name.Substring(1);
...
}
+
+------- Additional Comments From gonzalo@ximian.com 2003-06-30 01:50 -------
+Fixed in CVS.