- Timestamp:
- 01/02/03 05:30:03 (22 years ago)
- Location:
- trunk/Cocoa/Pester/Source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source
- Property svn:ignore
-
old new 1 1 build 2 .gdb_history
-
- Property svn:ignore
-
trunk/Cocoa/Pester/Source/English.lproj/Notifier.nib/classes.nib
r21 r53 2 2 IBClasses = ( 3 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; }, 4 5 { 5 ACTIONS = {close = id; }; 6 CLASS = NJRIntervalField; 7 LANGUAGE = ObjC; 8 OUTLETS = {intervalUnits = NSPopUpButton; }; 9 SUPERCLASS = NSTextField; 10 }, 11 { 12 ACTIONS = {close = id; snooze = id; stopRepeating = id; }; 6 13 CLASS = PSAlarmNotifierController; 7 14 LANGUAGE = ObjC; 8 OUTLETS = {dateField = NSTextField; messageField = NSTextField; }; 15 OUTLETS = { 16 dateField = NSTextField; 17 intervalField = NSTextField; 18 messageField = NSTextField; 19 nextDateField = NSTextField; 20 okButton = NSButton; 21 snoozeButton = NSButton; 22 snoozeIntervalField = NJRIntervalField; 23 }; 9 24 SUPERCLASS = NSWindowController; 10 25 }
Note:
See TracChangeset
for help on using the changeset viewer.