Ignore:
Timestamp:
10/20/02 06:35:16 (22 years ago)
Author:
Nicholas Riley
Message:

Pester 1.0b1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/classes.nib

    r21 r26  
    33        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    44        {CLASS = NJRDateFormatter; LANGUAGE = ObjC; SUPERCLASS = NSDateFormatter; },
     5        {
     6            ACTIONS = {clearAllEntries = id; removeEntry = id; };
     7            CLASS = NJRHistoryTrackingComboBox;
     8            LANGUAGE = ObjC;
     9            SUPERCLASS = NSComboBox;
     10        },
    511        {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; },
    612        {
     
    2026            };
    2127            SUPERCLASS = NSWindowController;
     28        },
     29        {
     30            CLASS = PSAlarmsController;
     31            LANGUAGE = ObjC;
     32            OUTLETS = {tableView = NSTableView; };
     33            SUPERCLASS = NSWindowController;
     34        },
     35        {
     36            ACTIONS = {orderFrontAlarmsPanel = id; };
     37            CLASS = PSApplication;
     38            LANGUAGE = ObjC;
     39            SUPERCLASS = NSApplication;
    2240        }
    2341    );
Note: See TracChangeset for help on using the changeset viewer.