Changeset 10445
- Timestamp:
- Apr 4, 2010, 1:07:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/GroupsController.m
r9844 r10445 268 268 269 269 [fGroups addObject: [NSMutableDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithInteger: index], @"Index", 270 [NSColor c yanColor], @"Color", @"", @"Name", nil]];270 [NSColor colorWithCalibratedRed: 0.0 green: 0.65 blue: 1.0 alpha: 1.0], @"Color", @"", @"Name", nil]]; 271 271 272 272 [[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateGroups" object: self];
Note: See TracChangeset
for help on using the changeset viewer.