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/PSNotifierAlert.m

    r34 r53  
    2626}
    2727
     28- (BOOL)requiresPesterFrontmost;
     29{
     30    return YES;
     31}
     32
     33- (NSAttributedString *)actionDescription;
     34{
     35    return [@"Display message and time" small];
     36}
     37
     38#pragma mark property list serialization (Pester 1.1)
     39
     40- (id)initWithPropertyList:(NSDictionary *)dict;
     41{
     42    [self release];
     43    return [[PSNotifierAlert alert] retain];
     44}
     45
    2846@end
Note: See TracChangeset for help on using the changeset viewer.