diff options
author | Ted Gould <ted@canonical.com> | 2008-10-30 12:31:31 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-10-30 12:31:31 -0500 |
commit | 237fca7aaef00e5d25c8be74d802ea84416fe80f (patch) | |
tree | 77ab305f7d94c53a23cf979c09b7d7dc68dc13bb /data/indicator-applet.schemas.in | |
parent | 9b4a5fb6e1df828104779dc189f80b92fdcbf4ff (diff) | |
download | libayatana-indicator-237fca7aaef00e5d25c8be74d802ea84416fe80f.tar.gz libayatana-indicator-237fca7aaef00e5d25c8be74d802ea84416fe80f.tar.bz2 libayatana-indicator-237fca7aaef00e5d25c8be74d802ea84416fe80f.zip |
Setting up the data directories and getting everything to translate nicely
Diffstat (limited to 'data/indicator-applet.schemas.in')
-rw-r--r-- | data/indicator-applet.schemas.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/indicator-applet.schemas.in b/data/indicator-applet.schemas.in new file mode 100644 index 0000000..30172cd --- /dev/null +++ b/data/indicator-applet.schemas.in @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/indicator-applet/dummy_value</key> + <applyto>/apps/indicator-applet/dummy_value</applyto> + <owner>indicator-applet</owner> + <type>bool</type> + <default>FALSE</default> + <locale name="C"> + <short>Setting up basic GConf</short> + <long>Building up install directories. Need a dummy value.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> |