diff options
author | Ted Gould <ted@gould.cx> | 2011-03-30 16:50:04 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-30 16:50:04 -0500 |
commit | e8d074ffc39904e5095623c8c865e32a1fffecc8 (patch) | |
tree | 50ca365d5e33ae972cf39b23603ebde7c237a9e8 /src/settings-shared.h | |
parent | 0716a8cbc3b51a4dc733042182163d3a229616fe (diff) | |
download | ayatana-indicator-datetime-e8d074ffc39904e5095623c8c865e32a1fffecc8.tar.gz ayatana-indicator-datetime-e8d074ffc39904e5095623c8c865e32a1fffecc8.tar.bz2 ayatana-indicator-datetime-e8d074ffc39904e5095623c8c865e32a1fffecc8.zip |
Be a bit smarter about handling the the locale
Diffstat (limited to 'src/settings-shared.h')
-rw-r--r-- | src/settings-shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings-shared.h b/src/settings-shared.h index 47ee6ef..8c36ae3 100644 --- a/src/settings-shared.h +++ b/src/settings-shared.h @@ -50,7 +50,7 @@ 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 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 |