aboutsummaryrefslogtreecommitdiff
path: root/src/settings-shared.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-30 17:02:29 -0500
committerTed Gould <ted@gould.cx>2011-03-30 17:02:29 -0500
commited20abdc770ff71372ad967e7aad376bcc9a1311 (patch)
treebc138bb68b364eb84656038dd6fbc24108e32b2f /src/settings-shared.h
parent6f36075655f0be9070b221528158133f068673f9 (diff)
parent51f85a5e06af1dec9fcbd25901b4a65ead6aa2cd (diff)
downloadayatana-indicator-datetime-ed20abdc770ff71372ad967e7aad376bcc9a1311.tar.gz
ayatana-indicator-datetime-ed20abdc770ff71372ad967e7aad376bcc9a1311.tar.bz2
ayatana-indicator-datetime-ed20abdc770ff71372ad967e7aad376bcc9a1311.zip
* Upstream Merge
* Add tooltips on the error icons * Fix marking to refresh as the calendar changes * Recycle old entries to make the refresh cleaner * Use day when timezone is set to 'locale'
Diffstat (limited to 'src/settings-shared.h')
-rw-r--r--src/settings-shared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings-shared.h b/src/settings-shared.h
index 1ad4799..da66205 100644
--- a/src/settings-shared.h
+++ b/src/settings-shared.h
@@ -51,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