summaryrefslogtreecommitdiff
path: root/mini-commander/src/mini-commander-global.schemas.in
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-14 18:24:48 -0300
committerPerberos <[email protected]>2011-11-14 18:24:48 -0300
commit312ba610a1e98fc656fb58178227d7d45a64494e (patch)
tree54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /mini-commander/src/mini-commander-global.schemas.in
downloadmate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2
mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz
initial
Diffstat (limited to 'mini-commander/src/mini-commander-global.schemas.in')
-rw-r--r--mini-commander/src/mini-commander-global.schemas.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/mini-commander/src/mini-commander-global.schemas.in b/mini-commander/src/mini-commander-global.schemas.in
new file mode 100644
index 00000000..b9714085
--- /dev/null
+++ b/mini-commander/src/mini-commander-global.schemas.in
@@ -0,0 +1,31 @@
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/mini-commander-global/macro_patterns</key>
+ <applyto>/apps/mini-commander/macro_patterns</applyto>
+ <owner>mini-commander-applet</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[blah]</default> <!-- The default list is set by mc-install-default-macros -->
+ <locale name="C">
+ <short>Macro pattern list</short>
+ <long>List of MateConfValue entries containing strings for the macro patterns.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mini-commander-global/macro_commands</key>
+ <applyto>/apps/mini-commander/macro_commands</applyto>
+ <owner>mini-commander-applet</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[blah]</default> <!-- The default list is set by mc-install-default-macros -->
+ <locale name="C">
+ <short>Macro command list</short>
+ <long>List of MateConfValue entries containing strings for the macro commands.</long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</mateconfschemafile>