Changeset 3604 for branches/0.9x/macosx/InfoTabButtonCell.m
- Timestamp:
- Oct 27, 2007, 8:10:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/macosx/InfoTabButtonCell.m
r3453 r3604 76 76 if (!fSelectedImage) 77 77 { 78 fSelectedImage = [NSColor currentControlTint] == NSGraphiteControlTint ? [[NSImage imageNamed: @"InfoTabBackBlue.tif"] copy]79 78 fSelectedImage = [NSColor currentControlTint] == NSGraphiteControlTint 79 ? [[NSImage imageNamed: @"InfoTabBackGraphite.png"] copy] : [[NSImage imageNamed: @"InfoTabBackBlue.tif"] copy]; 80 80 createImage = YES; 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.