Ignore:
Timestamp:
01/02/03 05:30:03 (21 years ago)
Author:
Nicholas Riley
Message:

Updated for Pester 1.1a5 (very limited release).

Pester 1.1a4 was never released.

Location:
trunk/Cocoa/Pester/Source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source

    • Property svn:ignore
      •  

        old new  
        11build
         2.gdb_history
  • trunk/Cocoa/Pester/Source/English.lproj/Notifier.nib/classes.nib

    r21 r53  
    22    IBClasses = (
    33        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
     4        {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; },
    45        {
    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; };
    613            CLASS = PSAlarmNotifierController;
    714            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            };
    924            SUPERCLASS = NSWindowController;
    1025        }
Note: See TracChangeset for help on using the changeset viewer.