Ignore:
Timestamp:
11/28/07 17:27:26 (17 years ago)
Author:
Nicholas Riley
Message:

Info-Pester.plist: Updated for build 23.

NJRHotKey.m: Cosmetic cleanup.

PSAlarm.[hm]: Fix -[PSAlarm time] to work properly, though it no
longer has any clients.

PSSnoozeUntilController.m: Fix snooze until time being off by an hour
as displayed, or if edited, in some time zones.

PSSpeechAlert.m: Display the voice name instead of its identifier in
the description.

Pester.xcodeproj: Misc.

release-notes.html: Updated for build 23.

File:
1 edited

Legend:

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

    r364 r366  
    9797            hotKeyModifierFlags = [[dict objectForKey: PLModifierFlags] unsignedIntValue];
    9898            hotKeyCode = [[dict objectForKey: PLKeyCode] unsignedShortValue];
    99         }
    100         @catch (NSException *exception) {
     99        } @catch (NSException *exception) {
    101100        }
    102101        if (hotKeyCharacters == nil || hotKeyCode == 0) {
Note: See TracChangeset for help on using the changeset viewer.