summaryrefslogtreecommitdiff
path: root/schemas/org.mate.applications-browser.gschema.xml.in
diff options
context:
space:
mode:
authorMarty E. Plummer <[email protected]>2019-03-24 20:20:56 -0500
committerraveit65 <[email protected]>2019-04-04 17:17:33 +0200
commit92dd65c5530cf5a530e21a9a7ef91bc265985554 (patch)
treed659b1a673700faa5c5449f9ba2246f68d694f40 /schemas/org.mate.applications-browser.gschema.xml.in
parentd338e635e6ce023fab06889a89f47c52d86028d5 (diff)
downloadmate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.bz2
mate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.xz
i18n: port from intltool to gettext
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'schemas/org.mate.applications-browser.gschema.xml.in')
-rw-r--r--schemas/org.mate.applications-browser.gschema.xml.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/schemas/org.mate.applications-browser.gschema.xml.in b/schemas/org.mate.applications-browser.gschema.xml.in
deleted file mode 100644
index 47d009f..0000000
--- a/schemas/org.mate.applications-browser.gschema.xml.in
+++ /dev/null
@@ -1,19 +0,0 @@
-<schemalist gettext-domain="@GETTEXT_PACKAGE@">
- <schema id="org.mate.applications-browser" path="/org/mate/desktop/applications/browser/">
- <key name="exec" type="s">
- <default>'mozilla'</default>
- <summary>Default browser</summary>
- <description>Default browser for all URLs.</description>
- </key>
- <key name="needs-term" type="b">
- <default>false</default>
- <summary>Browser needs terminal</summary>
- <description>Whether the default browser needs a terminal to run.</description>
- </key>
- <key name="nremote" type="b">
- <default>true</default>
- <summary>Browser understands remote</summary>
- <description>Whether the default browser understands netscape remote.</description>
- </key>
- </schema>
-</schemalist>