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

Pester 1.0b1

Location:
trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib
Files:
3 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    );
  • trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/info.nib

    r21 r26  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3 <plist version="1.0">
     2<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
     3<plist version="0.9">
    44<dict>
    55        <key>IBDocumentLocation</key>
    6         <string>67 8 356 240 0 0 1600 1178 </string>
     6        <string>21 12 356 240 0 0 1280 832 </string>
    77        <key>IBEditorPositions</key>
    88        <dict>
    99                <key>29</key>
    10                 <string>69 252 273 44 0 0 1600 1178 </string>
     10                <string>25 266 273 44 0 0 1280 832 </string>
    1111        </dict>
    1212        <key>IBFramework Version</key>
    13         <string>286.0</string>
     13        <string>263.2</string>
    1414        <key>IBOpenObjects</key>
    1515        <array>
     16                <integer>21</integer>
    1617                <integer>29</integer>
    17                 <integer>21</integer>
    1818        </array>
    1919        <key>IBSystem Version</key>
    20         <string>6D52</string>
     20        <string>5S66</string>
    2121</dict>
    2222</plist>
Note: See TracChangeset for help on using the changeset viewer.