Skip to content

Commit

Permalink
2004-12-06 Miguel de Icaza <miguel@ximian.com>
Browse files Browse the repository at this point in the history
	* FontFamily.cs: Families is static.

svn path=/branches/mono-1-0/mcs/; revision=37233
  • Loading branch information
migueldeicaza committed Dec 6, 2004
1 parent 67986dc commit 59d0d97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mcs/class/System.Drawing/System.Drawing/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2004-12-06 Miguel de Icaza <miguel@ximian.com>

* FontFamily.cs: Families is static.

2004-11-03 Miguel de Icaza <miguel@ximian.com>

* TextureBrush.cs (Clone): While cloning, it is not enough to let
Expand Down
2 changes: 1 addition & 1 deletion mcs/class/System.Drawing/System.Drawing/FontFamily.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public override int GetHashCode ()
}


public FontFamily[] Families
public static FontFamily[] Families
{
get {

Expand Down

0 comments on commit 59d0d97

Please sign in to comment.