mirror of https://github.com/nirenjan/libx52.git
Fix key names for clock formats in default configuration file
parent
2cecd1890a
commit
9970a8edc4
|
@ -32,15 +32,15 @@ Tertiary=UTC
|
|||
|
||||
# PrimaryFormat controls the clock format of the primary clock. This is
|
||||
# either 12hr or 24hr, and can be abbreviated to 12 or 24
|
||||
PrimaryFormat=12hr
|
||||
FormatPrimary=12hr
|
||||
|
||||
# SecondaryFormat controls the clock format of the secondary clock. This is
|
||||
# either 12hr or 24hr, and can be abbreviated to 12 or 24
|
||||
SecondaryFormat=12hr
|
||||
FormatSecondary=12hr
|
||||
|
||||
# TertiaryFormat controls the clock format of the tertiary clock. This is
|
||||
# either 12hr or 24hr, and can be abbreviated to 12 or 24
|
||||
TertiaryFormat=12hr
|
||||
FormatTertiary=12hr
|
||||
|
||||
# DateFormat controls the format of the date display. This can be one of
|
||||
# ddmmyy, mmddyy or yymmdd. Alternate representations of these are
|
||||
|
|
Loading…
Reference in New Issue