X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/1d5525ced75adc1fe1508e8c19fcc31af129464e..475a1064c9d3637e7fae211d7a18d411c1178af0:/Showcase/Controller.m diff --git a/Showcase/Controller.m b/Showcase/Controller.m index ac02c52..9f9c1f6 100755 --- a/Showcase/Controller.m +++ b/Showcase/Controller.m @@ -32,7 +32,7 @@ { [self createStatusItem]; [button setBezelStyle:1001]; - [button setFont:[NSFont fontWithName:@"Lucida Grande Bold" size:14]]; + [button setFont:[NSFont fontWithName:@"LucidaGrande-Bold" size:14]]; [button setTitle:@"Launch Manually"]; [button sizeToFit]; [button setFrameSize:NSMakeSize([button frame].size.width + 8, 24)];