Ignore:
Timestamp:
09/03/09 02:40:57 (15 years ago)
Author:
Nicholas Riley
Message:

Replace use of private/deprecated NSDisclosureButtonCell; a public alternative has been available since 10.3. (Oops.)

Also remove incorrect NSMovieView superclass in nib because 10.6 IB refuses to open the nib with it present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSAlarmSetController.h

    r522 r579  
    2727    IBOutlet NSPopUpButton *timeDateCompletions; // XXX should go away when bug preventing both formatters and popup menus from existing is fixed
    2828    IBOutlet NSButton *timeCalendarButton;
    29     IBOutlet NSButtonCell *editAlert;
     29    IBOutlet NSButton *editAlert;
    3030    IBOutlet NSTextField *alertView;
    3131    IBOutlet NSTabView *alertTabs;
Note: See TracChangeset for help on using the changeset viewer.