[Mono-bugs] [Bug 42571][Wis] Changed - const/static scope

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 11 May 2003 17:00:57 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=42571

--- shadow/42571	Thu May  8 03:00:32 2003
+++ shadow/42571.tmp.25186	Sun May 11 17:00:57 2003
@@ -1,14 +1,14 @@
 Bug#: 42571
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: max.stekelenburg@planet.nl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,9 @@
 }
 public class PropsConfig
 {
 	public const bool OldStyle = false;
 	public const int HeaderGumpID = OldStyle ? 0x0BBC : 0x0E14; 	
 }
+
+------- Additional Comments From miguel@ximian.com  2003-05-11 17:00 -------
+Thanks for thebug report, this has been fixed.