calendarui/application/data/Calendar.rss
branchRCL_3
changeset 20 9c5b1510919f
parent 13 1984aceb8774
child 25 bf573002ff72
--- a/calendarui/application/data/Calendar.rss	Tue May 25 12:41:10 2010 +0300
+++ b/calendarui/application/data/Calendar.rss	Wed Jun 09 09:40:23 2010 +0300
@@ -1679,7 +1679,7 @@
             {
             command = ECalenDeleteCurrentEntry;
             txt = qtn_cale_om_delete;
-            },
+            },   
         MENU_ITEM
             {
             command = ECalenCompleteTodo;
@@ -1697,6 +1697,12 @@
             },
         MENU_ITEM
             {
+            command = EFindItemMenuPlaceHolder;
+            txt = qtn_options_find;
+            cascade = r_calen_view_find_sub_menupane;
+            },        
+        MENU_ITEM
+            {
             command = ECalenShowLocation;
             txt = qtn_cale_om_show_on_map;
             },
@@ -1710,12 +1716,7 @@
             {
             command = ECalenGetLocationAndReplace;
             txt = qtn_cale_om_find_on_map;
-            },        
-        MENU_ITEM
-	        { 
-	        command = EFindItemMenuPlaceHolder;
-			txt = "Automatic HL"; 
-	        },                      
+            },                         
         MENU_ITEM
             {
             command = EAknCmdHelp;
@@ -1727,7 +1728,32 @@
             txt = qtn_options_exit;
             }
         };
-    }  
+    } 
+
+// ---------------------------------------------------------
+// Find UI for calendar viewers
+// ---------------------------------------------------------
+RESOURCE MENU_PANE r_calen_view_find_sub_menupane
+    {
+    items =
+        {
+        MENU_ITEM
+            {
+            command = ECalenCmdFindPhoneNum;
+            txt = qtn_options_find_phone_number;
+            },
+        MENU_ITEM
+            {
+            command = ECalenCmdFindEmail; 
+            txt = qtn_options_find_email_address;
+            },
+        MENU_ITEM
+            {
+            command = ECalenCmdFindURL; 
+            txt = qtn_options_find_url_address;
+            }
+        };
+    }
 
 
 // ---------------------------------------------------------
@@ -3083,4 +3109,6 @@
     buf = qtn_cale_max_attachment_size;
     }
 
+
+
 // End of File