diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-08 04:02:08 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-08 04:02:08 +0800 |
commit | 5a6d6fe764282e27b7fc72ae78113613edd5a775 (patch) | |
tree | f5fcd7dd34ef936ecadd0a33b0f1996b1b15f6c3 /data | |
parent | 04e3349f9183df47de06f66bcdde388cc2891bdc (diff) | |
download | gsoc2013-epiphany-5a6d6fe764282e27b7fc72ae78113613edd5a775.tar gsoc2013-epiphany-5a6d6fe764282e27b7fc72ae78113613edd5a775.tar.gz gsoc2013-epiphany-5a6d6fe764282e27b7fc72ae78113613edd5a775.tar.bz2 gsoc2013-epiphany-5a6d6fe764282e27b7fc72ae78113613edd5a775.tar.lz gsoc2013-epiphany-5a6d6fe764282e27b7fc72ae78113613edd5a775.tar.xz gsoc2013-epiphany-5a6d6fe764282e27b7fc72ae78113613edd5a775.tar.zst gsoc2013-epiphany-5a6d6fe764282e27b7fc72ae78113613edd5a775.zip |
Document the print_frames key.
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
Document the print_frames key.
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 001b61e34..b81ded5c2 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -322,6 +322,17 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/dialogs/print_frames</key> + <applyto>/apps/epiphany/dialogs/print_frames</applyto> + <owner>epiphany</owner> + <type>string</type> + <default>normal</default> + <locale name="C"> + <short>How to print frames</short> + <long>How to print pages containing frames. Allowed values are "normal", "separately" and "selected".</long> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/directories/open</key> <applyto>/apps/epiphany/directories/open</applyto> <owner>epiphany</owner> |