X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/eb6ad8341d6228cc56e23ff66ed931db4da04bc0..475a1064c9d3637e7fae211d7a18d411c1178af0:/ITStatusItem.m diff --git a/ITStatusItem.m b/ITStatusItem.m index 725a044..bf1d18f 100755 --- a/ITStatusItem.m +++ b/ITStatusItem.m @@ -89,10 +89,8 @@ #pragma mark PRIVATE METHODS /*************************************************************************/ - - - (void)setSmallTitle:(NSString*)title { - NSAttributedString *attrTitle = [[[NSAttributedString alloc] initWithString:title attributes:[NSDictionary dictionaryWithObject:[NSFont fontWithName:@"Lucida Grande" size:12.0] forKey:NSFontAttributeName]] autorelease]; + NSAttributedString *attrTitle = [[[NSAttributedString alloc] initWithString:title attributes:[NSDictionary dictionaryWithObject:[NSFont fontWithName:@"LucidaGrande" size:12.0] forKey:NSFontAttributeName]] autorelease]; [self setAttributedTitle:attrTitle]; }