Fix excess accelerators in the Define Views dialog
Kjartan Maraas <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1155821909.24402.5.camel@rivendell> |
Patch attached. The only concern I have is that the strings may be used in other places where the accelerators actually have a meaning? Cheers Kjartan _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
define-views-dialog-strings.patch
(text/x-patch, 6.5 KB)
? memos/Makefile ? memos/Makefile.in Index: ChangeLog =================================================================== RCS file: /cvs/gnome/evolution/views/ChangeLog,v retrieving revision 1.27 diff -u -p -r1.27 ChangeLog --- ChangeLog 2 Jun 2006 18:12:07 -0000 1.27 +++ ChangeLog 17 Aug 2006 13:33:21 -0000 @@ -1,3 +1,12 @@ +2006-08-17 Kjartan Maraas <[email protected]> + + * addressbook/galview.xml: Remove accelerators since they have no + here. + * calendar/galview.xml: Same. + * mail/galview.xml: Same. + * memos/galview.xml: Same. + * tasks/galview.xml: Same. + 2006-06-02 Srinivasa Ragavan <[email protected]> * mail/Makefile.am: Added two new views Wide_View_Sent.galview Index: addressbook/galview.xml =================================================================== RCS file: /cvs/gnome/evolution/views/addressbook/galview.xml,v retrieving revision 1.6 diff -u -p -r1.6 galview.xml --- addressbook/galview.xml 10 Jul 2002 16:16:03 -0000 1.6 +++ addressbook/galview.xml 17 Aug 2006 13:33:21 -0000 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <GalViewCollection default-view="Address_Cards"> - <GalView id="Address_Cards" _title="_Address Cards" filename="Address_Cards.galview" type="minicard"/> - <GalView id="Phone_List" _title="_Phone List" filename="Phone_List.galview" type="etable"/> - <GalView id="By_Company" _title="By _Company" filename="By_Company.galview" type="etable"/> + <GalView id="Address_Cards" _title="Address Cards" filename="Address_Cards.galview" type="minicard"/> + <GalView id="Phone_List" _title="Phone List" filename="Phone_List.galview" type="etable"/> + <GalView id="By_Company" _title="By Company" filename="By_Company.galview" type="etable"/> </GalViewCollection> Index: calendar/galview.xml =================================================================== RCS file: /cvs/gnome/evolution/views/calendar/galview.xml,v retrieving revision 1.4 diff -u -p -r1.4 galview.xml --- calendar/galview.xml 1 Apr 2004 20:10:42 -0000 1.4 +++ calendar/galview.xml 17 Aug 2006 13:33:21 -0000 @@ -1,13 +1,13 @@ <?xml version="1.0"?> <GalViewCollection default-view="Day_View"> - <GalView id="Day_View" _title="_Day View" filename="Day_View.galview" + <GalView id="Day_View" _title="Day View" filename="Day_View.galview" type="day_view"/> - <GalView id="Work_Week_View" _title="_Work Week View" filename="Work_Week_View.galview" + <GalView id="Work_Week_View" _title="Work Week View" filename="Work_Week_View.galview" type="work_week_view"/> - <GalView id="Week_View" _title="W_eek View" filename="Week_View.galview" + <GalView id="Week_View" _title="Week View" filename="Week_View.galview" type="week_view"/> - <GalView id="Month_View" _title="_Month View" filename="Month_View.galview" + <GalView id="Month_View" _title="Month View" filename="Month_View.galview" type="month_view"/> - <GalView id="List_View" _title="_List View" filename="List_View.galview" + <GalView id="List_View" _title="List View" filename="List_View.galview" type="etable"/> </GalViewCollection> Index: mail/galview.xml =================================================================== RCS file: /cvs/gnome/evolution/views/mail/galview.xml,v retrieving revision 1.7 diff -u -p -r1.7 galview.xml --- mail/galview.xml 2 Jun 2006 18:12:07 -0000 1.7 +++ mail/galview.xml 17 Aug 2006 13:33:21 -0000 @@ -1,11 +1,11 @@ <?xml version="1.0"?> <GalViewCollection default-view="Messages"> - <GalView id="Messages" _title="_Messages" filename="Messages.galview" type="etable"/> - <GalView id="As_Sent_Folder" _title="As _Sent Folder" filename="As_Sent_Folder.galview" type="etable"/> - <GalView id="By_Subject" _title="By Su_bject" filename="By_Subject.galview" type="etable"/> - <GalView id="By_Sender" _title="By Se_nder" filename="By_Sender.galview" type="etable"/> - <GalView id="By_Status" _title="By S_tatus" filename="By_Status.galview" type="etable"/> - <GalView id="By_Follow_Up_Flag" _title="By _Follow Up Flag" filename="By_Follow_Up_Flag.galview" type="etable"/> - <GalView id="Wide_View_Normal" _title="For _Wide View" filename="Wide_View_Normal.galview" type="etable"/> - <GalView id="Wide_View_Sent" _title="As Sent Folder for Wi_de View" filename="Wide_View_Sent.galview" type="etable"/> + <GalView id="Messages" _title="Messages" filename="Messages.galview" type="etable"/> + <GalView id="As_Sent_Folder" _title="As Sent Folder" filename="As_Sent_Folder.galview" type="etable"/> + <GalView id="By_Subject" _title="By Subject" filename="By_Subject.galview" type="etable"/> + <GalView id="By_Sender" _title="By Sender" filename="By_Sender.galview" type="etable"/> + <GalView id="By_Status" _title="By Status" filename="By_Status.galview" type="etable"/> + <GalView id="By_Follow_Up_Flag" _title="By Follow Up Flag" filename="By_Follow_Up_Flag.galview" type="etable"/> + <GalView id="Wide_View_Normal" _title="For Wide View" filename="Wide_View_Normal.galview" type="etable"/> + <GalView id="Wide_View_Sent" _title="As Sent Folder for Wide View" filename="Wide_View_Sent.galview" type="etable"/> </GalViewCollection> Index: memos/galview.xml =================================================================== RCS file: /cvs/gnome/evolution/views/memos/galview.xml,v retrieving revision 1.1 diff -u -p -r1.1 galview.xml --- memos/galview.xml 19 Oct 2005 11:39:35 -0000 1.1 +++ memos/galview.xml 17 Aug 2006 13:33:21 -0000 @@ -1,4 +1,4 @@ <?xml version="1.0"?> <GalViewCollection default-view="Memos"> - <GalView id="Memos" _title="_Memos" filename="Memos.galview" type="etable"/> + <GalView id="Memos" _title="Memos" filename="Memos.galview" type="etable"/> </GalViewCollection> Index: tasks/galview.xml =================================================================== RCS file: /cvs/gnome/evolution/views/tasks/galview.xml,v retrieving revision 1.5 diff -u -p -r1.5 galview.xml --- tasks/galview.xml 1 Apr 2004 20:10:42 -0000 1.5 +++ tasks/galview.xml 17 Aug 2006 13:33:21 -0000 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <GalViewCollection default-view="Tasks"> - <GalView id="Tasks" _title="_Tasks" filename="Tasks.galview" type="etable"/> - <GalView id="With_DueDate" _title="With _Due Date" filename="With_DueDate.galview" type="etable"/> - <GalView id="With_Status" _title="With _Status" filename="With_Status.galview" type="etable"/> + <GalView id="Tasks" _title="Tasks" filename="Tasks.galview" type="etable"/> + <GalView id="With_DueDate" _title="With Due Date" filename="With_DueDate.galview" type="etable"/> + <GalView id="With_Status" _title="With Status" filename="With_Status.galview" type="etable"/> </GalViewCollection>