diff options
author | monsta <[email protected]> | 2015-12-03 10:33:57 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-03 10:33:57 +0300 |
commit | 38427b5d6dab1e9a96f9abd4cbd4a223f07a3b6e (patch) | |
tree | 2a7d8622e24f75d5e43e5fe0c3b8753cd6a44bce /plugins/spell/org.mate.pluma.plugins.spell.gschema.xml.in | |
parent | 3d2d7963abc558a09939aa4b0e4bdcedfb80b10e (diff) | |
parent | efc6229fce6eecf0c35e620bb5adf4b912202c56 (diff) | |
download | pluma-38427b5d6dab1e9a96f9abd4cbd4a223f07a3b6e.tar.bz2 pluma-38427b5d6dab1e9a96f9abd4cbd4a223f07a3b6e.tar.xz |
Merge pull request #146 from sleeveroller/issue90
Add a new Configure dialog for the Spell Check plugin.
Diffstat (limited to 'plugins/spell/org.mate.pluma.plugins.spell.gschema.xml.in')
-rw-r--r-- | plugins/spell/org.mate.pluma.plugins.spell.gschema.xml.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/spell/org.mate.pluma.plugins.spell.gschema.xml.in b/plugins/spell/org.mate.pluma.plugins.spell.gschema.xml.in new file mode 100644 index 00000000..d78d58fa --- /dev/null +++ b/plugins/spell/org.mate.pluma.plugins.spell.gschema.xml.in @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <enum id="org.mate.pluma.plugins.spell.AutocheckType"> + <value value="0" nick="never"/> + <value value="1" nick="document"/> + <value value="2" nick="always"/> + </enum> + <schema path="/org/mate/pluma/plugins/spell/" id="org.mate.pluma.plugins.spell"> + <key name="autocheck-type" enum="org.mate.pluma.plugins.spell.AutocheckType"> + <default>'document'</default> + <summary>Autocheck Type</summary> + </key> + </schema> +</schemalist> |