diff options
author | infirit <[email protected]> | 2015-09-06 13:01:50 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 13:36:38 +0200 |
commit | feb98c4c3e21e34b1aeffc287531ff97a9d0616c (patch) | |
tree | 07c8a136249d87e157ee1b4bad7955355f86a0ee /data/org.mate.Atril.gschema.xml.in | |
parent | d951346243735878fe430d32ca10076fcb3300f2 (diff) | |
download | atril-feb98c4c3e21e34b1aeffc287531ff97a9d0616c.tar.bz2 atril-feb98c4c3e21e34b1aeffc287531ff97a9d0616c.tar.xz |
Retrieve strings directly from gschema
intltool 0.5.1 has support for gsettings schemas.
Diffstat (limited to 'data/org.mate.Atril.gschema.xml.in')
-rw-r--r-- | data/org.mate.Atril.gschema.xml.in | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/data/org.mate.Atril.gschema.xml.in b/data/org.mate.Atril.gschema.xml.in deleted file mode 100644 index fe7893ea..00000000 --- a/data/org.mate.Atril.gschema.xml.in +++ /dev/null @@ -1,54 +0,0 @@ -<schemalist> - - <enum id="org.mate.Atril.SizingMode"> - <value nick="best-fit" value="0"/> - <value nick="fit-width" value="1"/> - <value nick="free" value="2"/> - </enum> - - <schema id="org.mate.Atril" path="/org/mate/atril/" gettext-domain="atril"> - <key name="override-restrictions" type="b"> - <default>true</default> - <_summary>Override document restrictions</_summary> - <_description>Override document restrictions, like restriction to copy or to print.</_description> - </key> - <child name="default" schema="org.mate.Atril.Default"/> - </schema> - - <schema id="org.mate.Atril.Default" path="/org/mate/atril/default/" gettext-domain="atril"> - <key name="show-toolbar" type="b"> - <default>true</default> - </key> - <key name="show-sidebar" type="b"> - <default>true</default> - </key> - <key name="window-ratio" type="(dd)"> - <default>(0., 0.)</default> - </key> - <key name="sizing-mode" enum="org.mate.Atril.SizingMode"> - <default>'fit-width'</default> - </key> - <key name="zoom" type="d"> - <default>1.</default> - </key> - <key name="inverted-colors" type="b"> - <default>false</default> - </key> - <key name="continuous" type="b"> - <default>true</default> - </key> - <key name="dual-page" type="b"> - <default>false</default> - </key> - <key name="fullscreen" type="b"> - <default>false</default> - </key> - <key name="sidebar-page" type="s"> - <default>'links'</default> - </key> - <key name="sidebar-size" type="i"> - <default>132</default> - </key> - </schema> - -</schemalist> |