Changeset 1311
- Timestamp:
- Jan 2, 2007, 4:50:12 PM (16 years ago)
- Location:
- trunk/macosx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/ActionPopUpButton.m
r1307 r1311 3 3 4 4 @implementation ActionPopUpButton 5 6 + (Class) cellClass7 {8 return [ActionPopUpButtonCell class];9 }10 5 11 6 - (id) initWithCoder: (NSCoder *) coder -
trunk/macosx/ActionPopUpButtonCell.m
r1310 r1311 5 5 - (id) initTextCell: (NSString *) string pullsDown: (BOOL) pullDown 6 6 { 7 if ( self = [super initTextCell: string pullsDown: YES])7 if ((self = [super initTextCell: string pullsDown: YES])) 8 8 { 9 9 fImage = [NSImage imageNamed: @"ActionButton.png"];
Note: See TracChangeset
for help on using the changeset viewer.