From 309463f15d556ce13cd5c554beeb134dcd0f8a45 Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Mon, 9 Jul 2012 16:50:31 -0700 Subject: [PATCH] Fixed parameter name --- AppKit/CPFont.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPFont.j b/AppKit/CPFont.j index 0077df602..28e4b7527 100644 --- a/AppKit/CPFont.j +++ b/AppKit/CPFont.j @@ -384,7 +384,7 @@ following: - (id)copy { - return [[CPFont alloc] _initWithName:_name size:_size bold:_isBold italic:_isItalic isSystem:_isSystem]; + return [[CPFont alloc] _initWithName:_name size:_size bold:_isBold italic:_isItalic system:_isSystem]; } - (void)_getMetrics