Ignore:
Timestamp:
11/12/02 01:57:03 (21 years ago)
Author:
Nicholas Riley
Message:

Pester 1.1a3.

VERSION: Updated for 1.1a3.

Read Me.rtfd: Updated for 1.1a3, removed references to unimplemented
repeating alarms.

NJRDateFormatter: Fixed stupid bug with missing nil that caused
crashes on certain platforms.

English.lproj/InfoPlist.strings: Updated for 1.1a3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NJRDateFormatter.m

    r45 r49  
    143143            [(NSMutableDictionary *)alteredLocale setObject:
    144144                [NSArray arrayWithObjects: stringByRemovingSurroundingWhitespace(am),
    145                     stringByRemovingSurroundingWhitespace(pm)] forKey: NSAMPMDesignation];
     145                    stringByRemovingSurroundingWhitespace(pm), nil]
     146                                                     forKey: NSAMPMDesignation];
    146147            [paddedFormat release];
    147148        } else {
Note: See TracChangeset for help on using the changeset viewer.