summaryrefslogtreecommitdiff
path: root/data/org.mate.applications-at.gschema.xml.in.in
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-08 15:30:42 +0200
committerinfirit <[email protected]>2015-09-08 15:30:42 +0200
commit36aaf5759c1beececce2b161b47de7c6337bb279 (patch)
treeedf7ffc5959645179e832a1e7e10aa74cc97676c /data/org.mate.applications-at.gschema.xml.in.in
parent2db7cc811d771c2f2dd5ee9b0cbb6be1f6401170 (diff)
downloadmate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.bz2
mate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.xz
Rework gsettings schema building
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
Diffstat (limited to 'data/org.mate.applications-at.gschema.xml.in.in')
-rw-r--r--data/org.mate.applications-at.gschema.xml.in.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/data/org.mate.applications-at.gschema.xml.in.in b/data/org.mate.applications-at.gschema.xml.in.in
deleted file mode 100644
index 94edc9c..0000000
--- a/data/org.mate.applications-at.gschema.xml.in.in
+++ /dev/null
@@ -1,19 +0,0 @@
-<schemalist gettext-domain="@GETTEXT_PACKAGE@">
- <schema id="org.mate.applications-at" path="/org/mate/desktop/applications/at/">
- <key name="screen-keyboard-enabled" type="b">
- <default>false</default>
- <_summary>On-screen keyboard</_summary>
- <_description>Whether the on-screen keyboard is turned on.</_description>
- </key>
- <key name="screen-magnifier-enabled" type="b">
- <default>false</default>
- <_summary>Screen magnifier</_summary>
- <_description>Whether the screen magnifier is turned on.</_description>
- </key>
- <key name="screen-reader-enabled" type="b">
- <default>false</default>
- <_summary>Screen reader</_summary>
- <_description>Whether the screen reader is turned on.</_description>
- </key>
- </schema>
-</schemalist>