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]; }