clock2/clockui/uilayer/data/clock.rss
branchRCL_3
changeset 30 d68a4b5d5885
parent 21 9711e452b5e9
child 67 1539a383d7b6
equal deleted inserted replaced
27:55d60436f00b 30:d68a4b5d5885
   125         MENU_ITEM 
   125         MENU_ITEM 
   126             { 
   126             { 
   127             command = EClockActivateAlarm;
   127             command = EClockActivateAlarm;
   128             txt = qtn_clk_activate_alarm;
   128             txt = qtn_clk_activate_alarm;
   129             flags = EEikMenuItemSpecific; 
   129             flags = EEikMenuItemSpecific; 
       
   130             },
       
   131         MENU_ITEM
       
   132             {
       
   133             command = EClockRemoveSnooze;
       
   134             txt = qtn_clk_remove_snooze;
       
   135             flags = EEikMenuItemSpecific;             
   130             },
   136             },
   131         MENU_ITEM 
   137         MENU_ITEM 
   132             { 
   138             { 
   133             command = EClockRemoveAlarm;
   139             command = EClockRemoveAlarm;
   134             txt = qtn_alarm_delete_alarm; 
   140             txt = qtn_alarm_delete_alarm; 
   588 
   594 
   589 // Other resource files
   595 // Other resource files
   590 #include "clkdatetimeview.ra"
   596 #include "clkdatetimeview.ra"
   591 #include "clockalarmeditor.ra"
   597 #include "clockalarmeditor.ra"
   592 #include "clockcityselectionlist.ra"
   598 #include "clockcityselectionlist.ra"
       
   599 // Resource definitions
       
   600 // ---------------------------------------------------------
       
   601 // r_qtn_clock_alarm_note_deleted
       
   602 // Resource for string "Alarm deleted from Alarm view"
       
   603 // ---------------------------------------------------------
       
   604 //
       
   605 RESOURCE TBUF r_qtn_clock_snooze_note_removed
       
   606     {
       
   607     buf = qtn_clk_snooze_note_removed;
       
   608     }
   593 
   609 
   594 // End of file
   610 // End of file