Ignore:
Timestamp:
07/18/09 05:59:29 (15 years ago)
Author:
Nicholas Riley
Message:

Wrap date to second line in alarm preview.

File:
1 edited

Legend:

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

    r542 r552  
    167167    // NSLog(@"updateDateDisplay: %@", sender);
    168168    if ([alarm isValid]) {
    169         [self setStatus: [NSString stringWithFormat: @"Alarm will be set for %@ on %@.", [alarm timeString], [alarm dateString]]];
     169        [self setStatus: [NSString stringWithFormat: @"Alarm will be set for %@\non %@.", [alarm timeString], [alarm dateString]]];
    170170        [setButton setEnabled: YES];
    171171        if (updateTimer == nil || ![updateTimer isValid]) {
Note: See TracChangeset for help on using the changeset viewer.