diff options
Diffstat (limited to 'charpick/charpick.schemas.in')
-rw-r--r-- | charpick/charpick.schemas.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/charpick/charpick.schemas.in b/charpick/charpick.schemas.in new file mode 100644 index 00000000..bb3c9d7c --- /dev/null +++ b/charpick/charpick.schemas.in @@ -0,0 +1,36 @@ +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/apps/charpick/prefs/default_list</key> + <owner>charpick_applet2</owner> + <type>string</type> + <locale name="C"> + <short>DEPRECATED - Characters shown on applet startup</short> + <long></long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/charpick/prefs/current_list</key> + <owner>charpick_applet2</owner> + <type>string</type> + <locale name="C"> + <short>Characters shown on applet startup</short> + <long>The string that the user had selected when the applet was last used. This string will be displayed when the user starts the applet.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/charpick/prefs/chartable</key> + <owner>charpick_applet2</owner> + <type>list</type> + <list_type>string</list_type> + <locale name="C"> + <short>List of available palettes</short> + <long>List of strings containing the available palettes.</long> + </locale> + </schema> + + </schemalist> +</mateconfschemafile> |