diff options
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.server.in.in')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index 18c71798f0..f930ff9e72 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -71,6 +71,26 @@ <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> </oaf_server> +<oaf_server iid="OAFIID:GNOME_Evolution_Memos_Component:@VERSION@" + type="factory" + location="OAFIID:GNOME_Evolution_Calendar_Factory:@VERSION@"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/Evolution/Component:@VERSION@"/> + </oaf_attribute> + + <oaf_attribute name="evolution:component_alias" type="string" value="memos"/> + + <oaf_attribute name="name" type="string" _value="Evolution's Memos component"/> + + <oaf_attribute name="evolution:menu_label" type="string" _value="Memo_s"/> + <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F6"/> + <oaf_attribute name="evolution:button_label" type="string" _value="Memos"/> + <oaf_attribute name="evolution:button_tooltips" type="string" _value="Memos"/> + <oaf_attribute name="evolution:button_icon" type="string" value="stock_notes"/> + <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> +</oaf_server> + <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_CompEditorFactory:@VERSION@" type="factory" location="OAFIID:GNOME_Evolution_Calendar_Factory:@VERSION@"> |