diff options
author | Ted Gould <ted@gould.cx> | 2011-03-29 20:34:15 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-29 20:34:15 -0500 |
commit | d455a0cfb2d3f1fd9e244c5db636ad766dcc287d (patch) | |
tree | 4beef12b6ddc94a1ff889eb0c2c0501c6f96f6a1 /data | |
parent | ebdf2a048d51acb59218ba9f7ff95605bc6e457d (diff) | |
parent | 095bf2692ce36c1197349a629dde3c714c845384 (diff) | |
download | ayatana-indicator-datetime-d455a0cfb2d3f1fd9e244c5db636ad766dcc287d.tar.gz ayatana-indicator-datetime-d455a0cfb2d3f1fd9e244c5db636ad766dcc287d.tar.bz2 ayatana-indicator-datetime-d455a0cfb2d3f1fd9e244c5db636ad766dcc287d.zip |
Adding a preferences for prefered 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> |