Ignore:
Timestamp:
07/29/06 00:53:01 (18 years ago)
Author:
Nicholas Riley
Message:

Better alarm debug description, datastore debugging; use absolute fire time for snoozed alarms too; replace the buggy alarm stack and misaligned sleep message with a painfully constructed alert.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hiptop/pester/locale/en_US/Pester.rsrc

    r295 r296  
    230230endDialog
    231231
    232 textInputAlert ID_ALARM_ALERT
     232string ID_SNOOZE_LABEL_LEFT "Snooze for"
     233string ID_SNOOZE_LABEL_RIGHT "minute(s)"
     234
     235alert ID_ALARM_ALERT
    233236        systemDialog
    234237        title = "Alarm"
     
    243246                shortcut = cancelButton
    244247        button
     248                id = ID_RESCHEDULE_BUTTON
    245249                event = EVENT_SET_ALARM
    246250                title = "Reschedule..."
    247251                position = buttonBottom3
    248252        button
     253                id = ID_DISMISS_BUTTON
    249254                event = EVENT_DISMISS_ALARM
    250255                title = okButton
    251256                position = buttonBottom1
    252257                shortcut = doneButton
    253         textField
    254                 id = ID_SNOOZE_MINUTES
    255                 title = "Snooze for minutes:"
    256                 dontAcceptKeyRepeats
    257                 initiallySelectAll
    258                 numericOnly
    259                 justifyRight
    260                 maxLength = 2
    261                 position = top
    262 endTextInputAlert
     258endAlert
    263259
    264260alert ID_LIMIT_ALERT
Note: See TracChangeset for help on using the changeset viewer.