From 923cbe322448ba6941ceb2165eae95dcd34bfd36 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 27 Nov 2007 01:41:59 +0000 Subject: 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 --- apps/gui/gwps.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/gui/gwps.h') 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 { WPS_TOKEN_RTC_DAY_OF_MONTH, WPS_TOKEN_RTC_DAY_OF_MONTH_BLANK_PADDED, - WPS_TOKEN_RTC_HOUR_CFG_ZERO_PADDED, - WPS_TOKEN_RTC_HOUR_CFG, + WPS_TOKEN_RTC_12HOUR_CFG, WPS_TOKEN_RTC_HOUR_24_ZERO_PADDED, WPS_TOKEN_RTC_HOUR_24, WPS_TOKEN_RTC_HOUR_12_ZERO_PADDED, -- cgit v1.2.3