From 7e0ade21e1d08928f001791fad00a63f069a790f Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Mon, 26 Jul 2010 14:32:13 -0400 Subject: [PATCH] Forgot to update NSFont with aparajita@fad96880eb4d68edd60714b697ab6a3d3531100d --- Tools/nib2cib/NSFont.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/nib2cib/NSFont.j b/Tools/nib2cib/NSFont.j index 1dc84d3b3..dfa337925 100644 --- a/Tools/nib2cib/NSFont.j +++ b/Tools/nib2cib/NSFont.j @@ -44,7 +44,7 @@ isBold = YES; if (fontName === "LucidaGrande" || fontName === "LucidaGrande-Bold") - fontName = [[Converter sharedConverterInstance] systemFontFace]; + fontName = [CPFont systemFontFace]; return [self _initWithName:fontName size:size bold:isBold]; }