diff options
author | karl-qdh <karl@qdh.org.uk> | 2011-03-31 09:33:33 +0100 |
---|---|---|
committer | karl-qdh <karl@qdh.org.uk> | 2011-03-31 09:33:33 +0100 |
commit | 54e0f63b2c419aa2555dfd514cbd273bd05260f6 (patch) | |
tree | 5665b0bf9bd408eec3c3329147497e6828894fe4 /data/com.canonical.indicator.datetime.gschema.xml | |
parent | f8923be6312878885431503e0ee372b1e11676ea (diff) | |
parent | 51f85a5e06af1dec9fcbd25901b4a65ead6aa2cd (diff) | |
download | ayatana-indicator-datetime-54e0f63b2c419aa2555dfd514cbd273bd05260f6.tar.gz ayatana-indicator-datetime-54e0f63b2c419aa2555dfd514cbd273bd05260f6.tar.bz2 ayatana-indicator-datetime-54e0f63b2c419aa2555dfd514cbd273bd05260f6.zip |
Merged back with head
Diffstat (limited to 'data/com.canonical.indicator.datetime.gschema.xml')
-rw-r--r-- | data/com.canonical.indicator.datetime.gschema.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.datetime.gschema.xml b/data/com.canonical.indicator.datetime.gschema.xml index b33f34e..8ce75e6 100644 --- a/data/com.canonical.indicator.datetime.gschema.xml +++ b/data/com.canonical.indicator.datetime.gschema.xml @@ -100,5 +100,12 @@ indicator-datetime menu. </description> </key> + <key name="timezone-name" type="s"> + <default>''</default> + <summary>The name of the current timezone</summary> + <description> + Some timezones can be known by many different cities or names. This setting describes how the current zone prefers to be named. Format is "TIMEZONE NAME" (e.g. "America/New_York Boston" to name the New_York zone Boston). + </description> + </key> </schema> </schemalist> |