X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/35167b10d151b0ae09f0f807670c318bc4d3de53..676d1feebedb6b04b4da4bb58b3ca1282d7740f5:/ITStatusItem.m diff --git a/ITStatusItem.m b/ITStatusItem.m index fcef033..bf1d18f 100755 --- a/ITStatusItem.m +++ b/ITStatusItem.m @@ -18,6 +18,7 @@ - (NSStatusBarButton*)_button; @end + /*************************************************************************/ #pragma mark - #pragma mark PRIVATE METHOD DECLARATIONS @@ -30,6 +31,7 @@ - (void)setSmallTitle:(NSString*)title; @end + @implementation ITStatusItem /*************************************************************************/ @@ -87,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]; }