X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/1d5525ced75adc1fe1508e8c19fcc31af129464e..475a1064c9d3637e7fae211d7a18d411c1178af0:/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]; }