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 [EMAIL PROTECTED]

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

--- shadow/78892        2006-07-18 16:00:27.000000000 -0400
+++ shadow/78892.tmp.17285      2006-07-18 16:00:27.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 78892
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Drawing.
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ImageFormat.ToString() should be human readable
+
+According to MSDN, ImageFormat.ToString() should return a human-readable
+string.  Using the following test:
+
+public class T
+{
+       public static void Main ()
+       {
+               System.Console.WriteLine ( 
System.Drawing.Imaging.ImageFormat.Png );
+       }
+}
+
+MS.NET 2.0 returns: 
+Png
+Mono/libgdiplus 1.1.16.1: 
+[ImageFormat: b96b3caf-0728-11d3-9d7b-0000f81ef32e]
+
+In earlier versions, this worked correctly.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to