[evolution-patches] [PATCH]Bug#49844:New sub menu should have fully quallified names.



This is  a patch for bug:New menu should have fully quallified names.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1610
diff -u -r1.1610 ChangeLog
--- ChangeLog	9 Mar 2004 20:04:24 -0000	1.1610
+++ ChangeLog	10 Mar 2004 16:02:25 -0000
@@ -1,3 +1,10 @@
+2004-03-08  Tejasvi S N  <tejasvi_sn rediffmail com>
+       
+       ** For bug# 49844
+       * gui/component/addressbook-component.c:
+       Change the Menu item name from "contact" to "New contact" and
+       from "contact list" to "New contact list".
 
+** See ChangeLog.pre-1-4 for older changes
Index: gui/component/addressbook-component.c

===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/addressbook-component.c,v
retrieving revision 1.117
diff -u -r1.117 addressbook-component.c
--- gui/component/addressbook-component.c	3 Mar 2004 22:21:15 -0000	1.117
+++ gui/component/addressbook-component.c	10 Mar 2004 16:02:43 -0000
@@ -552,14 +552,14 @@
 
 	list->_buffer[0].id = "contact";
 	list->_buffer[0].description = _("New Contact");
-	list->_buffer[0].menuDescription = _("_Contact");
+	list->_buffer[0].menuDescription = _("New _Contact");
 	list->_buffer[0].tooltip = _("Create a new contact");
 	list->_buffer[0].menuShortcut = 'c';
 	list->_buffer[0].iconName = "evolution-contacts-mini.png";
 
 	list->_buffer[1].id = "contact_list";
 	list->_buffer[1].description = _("New Contact List");
-	list->_buffer[1].menuDescription = _("Contact _List");
+	list->_buffer[1].menuDescription = _("New Contact _List");
 	list->_buffer[1].tooltip = _("Create a new contact list");
 	list->_buffer[1].menuShortcut = 'l';
 	list->_buffer[1].iconName = "contact-list-16.png";
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3148
diff -u -r1.3148 ChangeLog
--- ChangeLog	8 Mar 2004 21:12:45 -0000	1.3148
+++ ChangeLog	10 Mar 2004 16:15:50 -0000
@@ -1,3 +1,10 @@
+2004-06-03   Tejasvi S N <tejasvi_sn rediffmail com>
+
+       For bug#49844
+       ** mail/mail-component.c:
+       Change menu item name from " Mail Message" to "New Mail Message" and
+       "Mail Folder" to "New Mail Folder". 
+  
Index: mail-component.c

===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-component.c,v
retrieving revision 1.60
diff -u -r1.60 mail-component.c
--- mail-component.c	3 Mar 2004 07:38:54 -0000	1.60
+++ mail-component.c	10 Mar 2004 16:16:44 -0000
@@ -544,14 +544,14 @@
 
 	list->_buffer[0].id = "message";
 	list->_buffer[0].description = _("New Mail Message");
-	list->_buffer[0].menuDescription = _("_Mail Message");
+	list->_buffer[0].menuDescription = _("New _Mail Message");
 	list->_buffer[0].tooltip = _("Compose a new mail message");
 	list->_buffer[0].menuShortcut = 'm';
 	list->_buffer[0].iconName = "new-message.xpm";
 
 	list->_buffer[1].id = "folder";
 	list->_buffer[1].description = _("New Mail Folder");
-	list->_buffer[1].menuDescription = _("Mail _Folder");
+	list->_buffer[1].menuDescription = _("New Mail _Folder");
 	list->_buffer[1].tooltip = _("Create a new mail folder");
 	list->_buffer[1].menuShortcut = 'f';
 	list->_buffer[1].iconName = "folder-mini.png";
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2184
diff -u -r1.2184 ChangeLog
--- ChangeLog	8 Mar 2004 21:26:44 -0000	1.2184
+++ ChangeLog	10 Mar 2004 16:36:07 -0000
@@ -1,3 +1,15 @@
+ 2004-03-09 Tejasvi S N   <tejasvi_sn rediffmaiil com>
+               
+       For bug#49844
+                                                                                                                                    * gui/calendar-component.c:
+       Change menu item name from "Appointment" to "New Appointment" and
+       "Meeting" to "New Meeting", "All Day Appointment" to 
+       "New All Day Appointment" and "Calendar" to "New Calendar".
+                                                                                        
+       * gui/tasks-component.c:
+       Change menu item name from "Task" to "New Task" and 
+       "Task List" to "New Task List".
              
Index: gui/calendar-component.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/calendar-component.c,v
retrieving revision 1.150
diff -u -r1.150 calendar-component.c
--- gui/calendar-component.c	2 Mar 2004 14:18:05 -0000	1.150
+++ gui/calendar-component.c	10 Mar 2004 16:36:53 -0000
@@ -841,28 +841,28 @@
 
 	list->_buffer[0].id = CREATE_EVENT_ID;
 	list->_buffer[0].description = _("New appointment");
-	list->_buffer[0].menuDescription = _("_Appointment");
+	list->_buffer[0].menuDescription = _("New _Appointment");
 	list->_buffer[0].tooltip = _("Create a new appointment");
 	list->_buffer[0].menuShortcut = 'a';
 	list->_buffer[0].iconName = "new_appointment.xpm";
 
 	list->_buffer[1].id = CREATE_MEETING_ID;
 	list->_buffer[1].description = _("New meeting");
-	list->_buffer[1].menuDescription = _("M_eeting");
+	list->_buffer[1].menuDescription = _("New M_eeting");
 	list->_buffer[1].tooltip = _("Create a new meeting request");
 	list->_buffer[1].menuShortcut = 'e';
 	list->_buffer[1].iconName = "meeting-request-16.png";
 
 	list->_buffer[2].id = CREATE_ALLDAY_EVENT_ID;
 	list->_buffer[2].description = _("New all day appointment");
-	list->_buffer[2].menuDescription = _("All _Day Appointment");
+	list->_buffer[2].menuDescription = _("New All _Day Appointment");
 	list->_buffer[2].tooltip = _("Create a new all-day appointment");
 	list->_buffer[2].menuShortcut = 'd';
 	list->_buffer[2].iconName = "new_all_day_event.png";
 
 	list->_buffer[3].id = CREATE_CALENDAR_ID;
 	list->_buffer[3].description = _("New calendar");
-	list->_buffer[3].menuDescription = _("C_alendar");
+	list->_buffer[3].menuDescription = _("New C_alendar");
 	list->_buffer[3].tooltip = _("Create a new calendar");
 	list->_buffer[3].menuShortcut = 'a';
 	list->_buffer[3].iconName = "evolution-calendar-mini.png";
Index: gui/tasks-component.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/tasks-component.c,v
retrieving revision 1.57
diff -u -r1.57 tasks-component.c
--- gui/tasks-component.c	11 Feb 2004 15:56:54 -0000	1.57
+++ gui/tasks-component.c	10 Mar 2004 16:37:34 -0000
@@ -556,14 +556,14 @@
 
 	list->_buffer[0].id = CREATE_TASK_ID;
 	list->_buffer[0].description = _("New task");
-	list->_buffer[0].menuDescription = _("_Task");
+	list->_buffer[0].menuDescription = _("New _Task");
 	list->_buffer[0].tooltip = _("Create a new task");
 	list->_buffer[0].menuShortcut = 't';
 	list->_buffer[0].iconName = "new_task-16.png";
 
 	list->_buffer[1].id = CREATE_TASK_LIST_ID;
 	list->_buffer[1].description = _("New task list");
-	list->_buffer[1].menuDescription = _("_Task List");
+	list->_buffer[1].menuDescription = _("New _Task List");
 	list->_buffer[1].tooltip = _("Create a new task list");
 	list->_buffer[1].menuShortcut = 'n';
 	list->_buffer[1].iconName = "evolution-tasks-mini.png";
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ui/ChangeLog,v
retrieving revision 1.382
diff -u -r1.382 ChangeLog
--- ChangeLog	8 Mar 2004 17:53:52 -0000	1.382
+++ ChangeLog	10 Mar 2004 16:43:49 -0000
@@ -1,3 +1,8 @@
+2004-03-09  Tejasvi S N <tejasvi_sn rediffmail com>
+        
+       For bug# 49844
+       * evolution.xml:
        Change menu item name from "Window" to "New Window"                                                                                                                     
Index: evolution.xml
===================================================================
RCS file: /cvs/gnome/evolution/ui/evolution.xml,v
retrieving revision 1.89
diff -u -r1.89 evolution.xml
--- evolution.xml	27 Jan 2004 21:02:50 -0000	1.89
+++ evolution.xml	10 Mar 2004 16:44:38 -0000
@@ -37,7 +37,7 @@
 
 	<menuitem name="EvolutionWindow"
 	  verb="OpenNewWindow"
-	  _label="_Window"
+	  _label="New _Window"
 	  _tip="Open a new window"
 	  accel="*Control**Shift*w"/>
       </submenu>
@@ -136,7 +136,7 @@
 
 	<menuitem name="EvolutionWindow"
 	          verb="OpenNewWindow"
-		  _label="_Window"
+		  _label="New _Window"
 		  _tip="Create a new window"
 		  accel="*Control**Shift*w"/>
     </popup>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]