notepad/notepad1/LibData/NpdLib.rss
branchRCL_3
changeset 30 d68a4b5d5885
parent 21 9711e452b5e9
child 48 bf573002ff72
--- 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.