diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-01-12 23:03:03 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-01-12 23:03:03 +0800 |
commit | dd78d381f47af27a270b0db164a91f04895e2b2a (patch) | |
tree | 7d70fe4498b47b6d782af0c6b18262978cc4bd17 /mail | |
parent | 328038a347972c102337e5aabe4023aee1b9295b (diff) | |
download | gsoc2013-evolution-dd78d381f47af27a270b0db164a91f04895e2b2a.tar.gz gsoc2013-evolution-dd78d381f47af27a270b0db164a91f04895e2b2a.tar.zst gsoc2013-evolution-dd78d381f47af27a270b0db164a91f04895e2b2a.zip |
Changes MailView accel from Control+F1 to Control+1.
2006-01-12 Srinivasa Ragavan <sragavan@novell.com>
* GNOME_Evolution_Mail.server.in.in:
Changes MailView accel from Control+F1 to Control+1.
svn path=/trunk/; revision=31149
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/GNOME_Evolution_Mail.server.in.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2bf44acd29..c0ae2eb673 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2006-01-12 Srinivasa Ragavan <sragavan@novell.com> + + * GNOME_Evolution_Mail.server.in.in: + + Changes MailView accel from Control+F1 to Control+1. + 2006-01-10 Simon Zheng <simon.zheng@sun.com> * em-composer-utils.c: diff --git a/mail/GNOME_Evolution_Mail.server.in.in b/mail/GNOME_Evolution_Mail.server.in.in index 2c512c31af..68c0c874f0 100644 --- a/mail/GNOME_Evolution_Mail.server.in.in +++ b/mail/GNOME_Evolution_Mail.server.in.in @@ -30,7 +30,7 @@ <oaf_attribute name="evolution:component_alias" type="string" value="mail"/> <oaf_attribute name="evolution:menu_label" type="string" _value="_Mail"/> - <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F1"/> + <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*1"/> <oaf_attribute name="evolution:button_label" type="string" _value="Mail"/> <oaf_attribute name="evolution:button_tooltips" type="string" _value="Mail"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-10"/> |