Ignore:
Timestamp:
07/23/06 08:33:15 (18 years ago)
Author:
Nicholas Riley
Message:

Display message on empty list (no longer need to add/remove border). Don't let alarms go off while you're deciding whether to discard them. First, untested attempt at handling hard resets (waiting on advice from Danger). Very ugly rewrite of alarm alert; needs much fixing.

File:
1 edited

Legend:

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

    r274 r278  
    4949                title = "Discard"
    5050                shortcut = deleteKey
    51                 event = EVENT_CONFIRM_DISCARD_ALARM
     51                event = EVENT_DISCARD_ALARM
    5252endMenu
    5353screen ID_ALARM_LIST_SCREEN
     
    197197                event = EVENT_DISCARD_ALARM
    198198                position = buttonTop2
    199                 title = "Discard"
     199                title = discardButton
    200200
    201201        button
     
    214214        text = "Alarm!"
    215215        button
     216                event = EVENT_SNOOZE_ALARM
     217                title = "Snooze"
     218                position = buttonTop1
     219                shortcut = cancelButton
     220        button
     221                event = EVENT_SET_ALARM
     222                title = "Edit..."
     223                position = buttonBottom2
     224        button
    216225                event = EVENT_DISMISS_ALARM
    217226                title = okButton
     
    226235        text = "Permanently discard this alarm?"
    227236        button
    228                 event = EVENT_DISCARD_ALARM
     237                event = EVENT_CONFIRM_DISCARD
    229238                title = discardButton
    230239                position = buttonBottom2
    231240        button
     241                event = EVENT_CANCEL_DISCARD
    232242                title = backButton
    233243                position = buttonBottom1
Note: See TracChangeset for help on using the changeset viewer.