aboutsummaryrefslogtreecommitdiff
path: root/src/settings-shared.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-31 14:29:19 -0500
committerTed Gould <ted@gould.cx>2011-03-31 14:29:19 -0500
commita38d01ace21692b8fa0157acc3b9d48b2acbcda3 (patch)
treece7a6aad592bc4968c3db7ae154eadaf557f7b70 /src/settings-shared.h
parent34527b0979874d373160f4a002e375456f0b7af2 (diff)
parentdc9ee534b96c6bea117fd5baafa67146e173aeb8 (diff)
downloadayatana-indicator-datetime-a38d01ace21692b8fa0157acc3b9d48b2acbcda3.tar.gz
ayatana-indicator-datetime-a38d01ace21692b8fa0157acc3b9d48b2acbcda3.tar.bz2
ayatana-indicator-datetime-a38d01ace21692b8fa0157acc3b9d48b2acbcda3.zip
Import upstream version 0.2.1
Diffstat (limited to 'src/settings-shared.h')
-rw-r--r--src/settings-shared.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/settings-shared.h b/src/settings-shared.h
index cdbb063..da66205 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,
@@ -50,8 +51,8 @@ enum {
a clock showing 24-hour time without seconds. */
#define DEFAULT_TIME_24_FORMAT N_("%H:%M")
-#define DEFAULT_TIME_FORMAT DEFAULT_TIME_12_FORMAT
-#define DEFAULT_TIME_FORMAT_WITH_DAY DEFAULT_TIME_12_FORMAT
+#define DEFAULT_TIME_FORMAT DEFAULT_TIME_12_FORMAT
+#define DEFAULT_TIME_FORMAT_WITH_DAY DEFAULT_TIME_12_FORMAT_WITH_DAY
/* TRANSLATORS: A format string for the strftime function for
a clock showing the day of the week and the time in 12-hour format without