blob: b9714085e3f4f075b18202617d836a83e9f198cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>
|