notepad/notepad1/LibData/NpdLib.rss
branchRCL_3
changeset 30 d68a4b5d5885
parent 21 9711e452b5e9
child 48 bf573002ff72
equal deleted inserted replaced
27:55d60436f00b 30:d68a4b5d5885
   440             flags = EEikMenuItemAction;
   440             flags = EEikMenuItemAction;
   441             },
   441             },
   442         // 'Send' is added by SendUi.
   442         // 'Send' is added by SendUi.
   443         MENU_ITEM
   443         MENU_ITEM
   444             {
   444             {
   445             command = ENotepadCmdAdd;
       
   446             txt = qtn_nmake_om_add_new;
       
   447             },
       
   448         MENU_ITEM
       
   449             {
       
   450             command = ENotepadCmdDelete;
   445             command = ENotepadCmdDelete;
   451             txt = qtn_nmake_om_delete_memo;
   446             txt = qtn_nmake_om_delete_memo;
   452             flags = EEikMenuItemSpecific;
   447             flags = EEikMenuItemSpecific;
   453             }
   448             },
       
   449         MENU_ITEM
       
   450             {
       
   451             command = ENotepadCmdAdd;
       
   452             txt = qtn_nmake_om_add_new;
       
   453             },            
   454         // START CSW change
   454         // START CSW change
   455         ,MENU_ITEM
   455         MENU_ITEM
   456             {
   456             {
   457             command = ENotepadCmdPrint; // Same ID as in interest. 
   457             command = ENotepadCmdPrint; // Same ID as in interest. 
   458             txt = ""; // AIW plugin will set the text.
   458             txt = ""; // AIW plugin will set the text.
   459             cascade = AIW_INTELLIGENT_CASCADE_ID; // No submenu if only one item in it
   459             cascade = AIW_INTELLIGENT_CASCADE_ID; // No submenu if only one item in it
   460             }
   460             }