diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-22 02:10:44 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-22 02:10:44 +0800 |
commit | 37a44d001d5cbaab7936ceac77f5c69afd3a3246 (patch) | |
tree | e3a192190685f9d825d0b1957ede7eb763b3f991 /shell/apps_evolution_shell.schemas.in.in | |
parent | c2d6d3afb9c76aedfa2d978a422b11fc1f0cf4c3 (diff) | |
download | gsoc2013-evolution-37a44d001d5cbaab7936ceac77f5c69afd3a3246.tar.gz gsoc2013-evolution-37a44d001d5cbaab7936ceac77f5c69afd3a3246.tar.zst gsoc2013-evolution-37a44d001d5cbaab7936ceac77f5c69afd3a3246.zip |
add print_config schema item
2005-01-21 JP Rosevear <jpr@novell.com>
* apps_evolution_shell.schemas.in.in: add print_config schema item
svn path=/trunk/; revision=28489
Diffstat (limited to 'shell/apps_evolution_shell.schemas.in.in')
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index 0180694241..887fc0302f 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -155,5 +155,18 @@ </locale> </schema> + <!-- Print defaults --> + + <schema> + <key>/schemas/apps/evolution/shell/print_config</key> + <applyto>/apps/evolution/shell/print_config</applyto> + <owner>evolution</owner> + <type>string</type> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</> + </locale> + </schema> + </schemalist> </gconfschemafile> |