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 /src/settings-shared.h | |
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 'src/settings-shared.h')
-rw-r--r-- | src/settings-shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings-shared.h b/src/settings-shared.h index cdbb063..1ad4799 100644 --- a/src/settings-shared.h +++ b/src/settings-shared.h @@ -34,6 +34,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define SETTINGS_SHOW_EVENTS_S "show-events" #define SETTINGS_SHOW_LOCATIONS_S "show-locations" #define SETTINGS_LOCATIONS_S "locations" +#define SETTINGS_TIMEZONE_NAME_S "timezone-name" enum { SETTINGS_TIME_LOCALE = 0, |