X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/ee17fc263ed710648cfc5950a5bd603f8acacda2..HEAD:/Showcase/Controller.m diff --git a/Showcase/Controller.m b/Showcase/Controller.m old mode 100755 new mode 100644 index ac02c52..9f9c1f6 --- 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)];