linewidth is now working for PS_SOLID
[dia.git] / app / GNOME_Dia.oaf
blob563cf86ff07b6a1f30067fb033216c12e704e524
1 <oaf_info>
2     <oaf_server
3             iid="OAFIID:GNOME_Dia_DiagramFactory"
4             type="exe" location="dia-embedd">
5         <oaf_attribute name="repo_ids" type="stringv">
6             <item value="IDL:Bonobo/GenericFactory:1.0"/>
7         </oaf_attribute>
8         <oaf_attribute name="name" type="string"
9                        value="Dia Diagram embeddable factory"/>
10         <oaf_attribute name="description" type="string"
11                        value="dia embeddable factory"/>
12     </oaf_server>
14     <oaf_server
15             iid="OAFIID:GNOME_Dia_Diagram"
16             type="factory"
17             location="OAFIID:GNOME_Dia_DiagramFactory">
18         <oaf_attribute name="repo_ids" type="stringv">
19             <item value="IDL:Bonobo/Unknown:1.0"/>
20             <item value="IDL:Bonobo/Embeddable:1.0"/>
21         </oaf_attribute>
22         <oaf_attribute name="name" type="string"
23                        value="Dia Diagram embeddable"/>
24         <oaf_attribute name="description" type="string"
25                        value="A Dia diagram"/>
26         <oaf_attribute name="bonobo:supported_mime_types" type="stringv">
27             <item value="application/x-dia-diagram"/>
28         </oaf_attribute>
29     </oaf_server>
31 </oaf_info>