X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/f2c1fd30213c597d4899da550cf17ae934447b0f..3055b035aa851467097d35d886890f272dc90ee7:/ITStatusItem.m diff --git a/ITStatusItem.m b/ITStatusItem.m index 31ff2e3..bf1d18f 100755 --- a/ITStatusItem.m +++ b/ITStatusItem.m @@ -90,7 +90,7 @@ /*************************************************************************/ - (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]; }