Fixed the problem in NSFont where a badly named font will leak.
[ITKit.git] / ITIconAndTextStatusWindow.m
index afe0066..5b03fab 100755 (executable)
         divisor = MINI_DIVISOR;
     }
 
-    font = [NSFont fontWithName:@"Lucida Grande Bold" size:(baseFontSize / divisor)];
+    font = [NSFont fontWithName:@"LucidaGrande-Bold" size:(baseFontSize / divisor)];
     attr = [NSDictionary dictionaryWithObject:font forKey:NSFontAttributeName];
     
 //      Iterate over each line to get text width and height