summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-11-27 01:41:59 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-11-27 01:41:59 +0000
commit923cbe322448ba6941ceb2165eae95dcd34bfd36 (patch)
tree0d245f9d965ab506c8726fe8980502a5cf47f110 /apps/gui/gwps.h
parenta8f900384b8491c68fba3a31ad413492fd78eb6f (diff)
downloadrockbox-923cbe322448ba6941ceb2165eae95dcd34bfd36.tar.gz
rockbox-923cbe322448ba6941ceb2165eae95dcd34bfd36.zip
revert my previous commit and use a conditional for the time format instead which is probably better.
%?cf<24 hour stuff|12 hour stuff> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15830 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 70a192ad1c..70f4c560c6 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -152,8 +152,7 @@ enum wps_token_type {
152 152
153 WPS_TOKEN_RTC_DAY_OF_MONTH, 153 WPS_TOKEN_RTC_DAY_OF_MONTH,
154 WPS_TOKEN_RTC_DAY_OF_MONTH_BLANK_PADDED, 154 WPS_TOKEN_RTC_DAY_OF_MONTH_BLANK_PADDED,
155 WPS_TOKEN_RTC_HOUR_CFG_ZERO_PADDED, 155 WPS_TOKEN_RTC_12HOUR_CFG,
156 WPS_TOKEN_RTC_HOUR_CFG,
157 WPS_TOKEN_RTC_HOUR_24_ZERO_PADDED, 156 WPS_TOKEN_RTC_HOUR_24_ZERO_PADDED,
158 WPS_TOKEN_RTC_HOUR_24, 157 WPS_TOKEN_RTC_HOUR_24,
159 WPS_TOKEN_RTC_HOUR_12_ZERO_PADDED, 158 WPS_TOKEN_RTC_HOUR_12_ZERO_PADDED,