Ignore:
Timestamp:
08/06/07 19:01:05 (17 years ago)
Author:
Nicholas Riley
Message:

Info.plist: Updated for 1.4njr1.

AntiRSI.xcodeproj: Disable prebinding.

AntiRSI.[hm]: Added session time support; consolidated break window update drawing; fixed -[AntiRSI validateMenuItem:] so it compares selectors rather than titles.

English.lproj/MainMenu.nib: Redid preferences window, menu bar, dock menu, etc.

File:
1 edited

Legend:

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

    r325 r330  
    22    IBClasses = (
    33        {
    4             ACTIONS = {breakNow = id; postpone = id; };
     4            ACTIONS = {
     5                breakNow = id;
     6                checkForUpdate = id;
     7                gotoWebsite = id;
     8                postpone = id;
     9                resetSession = id;
     10            };
    511            CLASS = AntiRSI;
    612            LANGUAGE = ObjC;
    713            OUTLETS = {
     14                "dock_menu" = NSMenu;
    815                "next_break" = NSTextField;
    916                postpone = NSButton;
    1017                progress = NSLevelIndicator;
     18                "session_time" = NSTextField;
     19                "session_time_item" = NSMenuItem;
    1120                status = NSTextField;
    1221                time = NSTextField;
     22                version = NSTextField;
    1323                view = AntiRSIView;
    1424            };
Note: See TracChangeset for help on using the changeset viewer.