[Mono-bugs] [Bug 74871][Nor] Changed - Corrupted strings in Name property in FontFamily.Families

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 May 2005 15:28:30 -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 juraj@hotfeet.ch.

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

--- shadow/74871	2005-05-08 15:27:38.000000000 -0400
+++ shadow/74871.tmp.30730	2005-05-08 15:28:30.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74871
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: FC3
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: juraj@hotfeet.ch               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,9 @@
 class Test {
   static void Main() {
     foreach(FontFamily fam in FontFamily.Families)
       Console.WriteLine(fam.Name);
   }
 }
+
+------- Additional Comments From juraj@hotfeet.ch  2005-05-08 15:28 -------
+I'm using mono from SVN.