Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITIconAndTextStatusWindow.m
old mode 100755 (executable)
new mode 100644 (file)
index afe0066..5b03fab
         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