[Mono-bugs] [Bug 78704][Cos] New - Possibly useless statement
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jun 25 07:31:38 EDT 2006
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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78704
--- shadow/78704 2006-06-25 07:31:38.000000000 -0400
+++ shadow/78704.tmp.12487 2006-06-25 07:31:38.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 78704
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: 960 Six months
+Priority: Cosmetic
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: georgegiolfan at yahoo.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Possibly useless statement
+
+Description of Problem:
+Possibly useless statement in System.Windows.Forms/ThemeEngine.cs :
+"theme_var.ToLower ();".
+
+Additional Information:
+I assume theme_var needs to be lower case. This would be accomplished by :
+"theme_var = theme_var.ToLower();".
More information about the mono-bugs
mailing list