diff -r 55d60436f00b -r d68a4b5d5885 notepad/notepad1/LibData/NpdLib.rss --- a/notepad/notepad1/LibData/NpdLib.rss Tue May 11 16:12:24 2010 +0300 +++ b/notepad/notepad1/LibData/NpdLib.rss Tue May 25 12:41:10 2010 +0300 @@ -442,17 +442,17 @@ // 'Send' is added by SendUi. MENU_ITEM { - command = ENotepadCmdAdd; - txt = qtn_nmake_om_add_new; + command = ENotepadCmdDelete; + txt = qtn_nmake_om_delete_memo; + flags = EEikMenuItemSpecific; }, MENU_ITEM { - command = ENotepadCmdDelete; - txt = qtn_nmake_om_delete_memo; - flags = EEikMenuItemSpecific; - } + command = ENotepadCmdAdd; + txt = qtn_nmake_om_add_new; + }, // START CSW change - ,MENU_ITEM + MENU_ITEM { command = ENotepadCmdPrint; // Same ID as in interest. txt = ""; // AIW plugin will set the text.