diff options
author | Ted Gould <ted@gould.cx> | 2011-03-30 16:55:14 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-30 16:55:14 -0500 |
commit | 1938dedac5125874252e0bdd24f96b30206d43a7 (patch) | |
tree | 789872e2c9f0fd3b26b59f9852f0caa739d06590 /src/settings-shared.h | |
parent | d455a0cfb2d3f1fd9e244c5db636ad766dcc287d (diff) | |
parent | 99044a57ae60b55336f8db18734d89be707c23a5 (diff) | |
download | ayatana-indicator-datetime-1938dedac5125874252e0bdd24f96b30206d43a7.tar.gz ayatana-indicator-datetime-1938dedac5125874252e0bdd24f96b30206d43a7.tar.bz2 ayatana-indicator-datetime-1938dedac5125874252e0bdd24f96b30206d43a7.zip |
Fix marking and clean up event handling in the indicator and service
Diffstat (limited to 'src/settings-shared.h')
-rw-r--r-- | src/settings-shared.h | 4 |
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 |