diff options
author | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
commit | 312ba610a1e98fc656fb58178227d7d45a64494e (patch) | |
tree | 54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /charpick/charpick.schemas.in | |
download | mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2 mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz |
initial
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> |