diff options
author | Michael Terry <mike@mterry.name> | 2011-03-29 17:22:14 -0300 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-03-29 17:22:14 -0300 |
commit | 095bf2692ce36c1197349a629dde3c714c845384 (patch) | |
tree | bd8a25e4b40f05fbcf56cb72a438a885eee7e7e6 /data | |
parent | 1c91ca459c0b45823738c4c42fc95e5eb0c9a84a (diff) | |
download | ayatana-indicator-datetime-095bf2692ce36c1197349a629dde3c714c845384.tar.gz ayatana-indicator-datetime-095bf2692ce36c1197349a629dde3c714c845384.tar.bz2 ayatana-indicator-datetime-095bf2692ce36c1197349a629dde3c714c845384.zip |
remember user's preferred location name for main timezone
Diffstat (limited to 'data')
-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> |