2009-02-02 Takao Fujiwara <takao.fujiwara@sun.com> Reviewed by Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #567568 * apps_evolution_email_custom_header.schemas.in: Remove translatable <default> tag. * email-custom-header.c (epech_setup_widgets): Added gettext for the default custom header. svn path=/trunk/; revision=37211
18 lines
783 B
Plaintext
18 lines
783 B
Plaintext
<gconfschemafile>
|
|
<schemalist>
|
|
<schema>
|
|
<key>/schemas/apps/evolution/eplugin/email_custom_header/customHeader</key>
|
|
<applyto>/apps/evolution/eplugin/email_custom_header/customHeader</applyto>
|
|
<owner>evolution-eplugin</owner>
|
|
<type>list</type>
|
|
<list_type>string</list_type>
|
|
<default>[Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret]</default>
|
|
<locale name="C">
|
|
<short>List of Custom Headers</short>
|
|
<long>The key specifies the list of custom headers that you can add to an outgoing message. The format for specifying a Header and Header value is: Name of the custom header followed by "=" and the values separated by ";"</long>
|
|
</locale>
|
|
</schema>
|
|
</schemalist>
|
|
</gconfschemafile>
|
|
|