diff options
author | William Jon McCann <mccann@jhu.edu> | 2004-05-19 11:47:01 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-19 11:47:01 +0800 |
commit | 36be1cb192538b2a056bc1ba49214da365432875 (patch) | |
tree | f9811eb065ac117f6b9a77ff8af6eec30e114f3f /addressbook/gui | |
parent | 3ef23e6b2224e436405f10220e562d456ab4161b (diff) | |
download | gsoc2013-evolution-36be1cb192538b2a056bc1ba49214da365432875.tar.gz gsoc2013-evolution-36be1cb192538b2a056bc1ba49214da365432875.tar.zst gsoc2013-evolution-36be1cb192538b2a056bc1ba49214da365432875.zip |
Add menu_label and menu_accelerator.
2004-05-05 William Jon McCann <mccann@jhu.edu>
* gui/component/GNOME_Evolution_Addressbook.server.in.in:
Add menu_label and menu_accelerator.
svn path=/trunk/; revision=25970
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index c611e1923a..0d7641dd48 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -45,6 +45,8 @@ <oaf_attribute name="evolution:component_alias" type="string" value="contacts"/> + <oaf_attribute name="evolution:menu_label" type="string" _value="C_ontacts"/> + <oaf_attribute name="evolution:menu_accelerator" type="string" _value="*Control*F2"/> <oaf_attribute name="evolution:button_label" type="string" _value="Contacts"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-9"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_addressbook"/> |