diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 3 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1bc2da8ab2..912b9202a0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2007-05-14 Srinivasa Ragavan <sragavan@novell.com> + + ** Fix for bug #325966 from Christian Neumair + + * evolution-addressbook.xml: + * evolution-mail-list.xml: + 2007-05-11 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #378438 from Ebby Wiselyn diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 5eaf20b195..5c31d09276 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -83,7 +83,8 @@ pixtype="pixbuf"/> <cmd name="FolderRename" _label="_Rename" _tip="Rename the selected folder" - pixtype="pixbuf"/> + pixtype="pixbuf" + accel="F2"/> <cmd name="ChangeFolderProperties" _label="_Properties" _tip="Change the properties of the selected folder" pixtype="pixbuf"/> diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 0e71d9b4d4..c8d06fdf69 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -38,7 +38,7 @@ _tip="Permanently remove this folder"/> <cmd name="FolderRename" - _tip="Change the name of this folder"/> + _tip="Change the name of this folder" accel="F2"/> <cmd name="FolderRefresh" _tip="Refresh the folder"/> |