summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-11-01 22:48:46 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-11-01 22:48:46 +0000
commit9cd15dad9dd763f0840f0f5386e98bd6437c8593 (patch)
tree4b85e20e784b83e292012b1c91442a66206fc802 /apps/gui/skin_engine/skin_tokens.h
parente702e5dbf8f0d6e6d2938db60af6a6d4af806342 (diff)
downloadrockbox-9cd15dad9dd763f0840f0f5386e98bd6437c8593.tar.gz
rockbox-9cd15dad9dd763f0840f0f5386e98bd6437c8593.zip
new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23474 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/skin_tokens.h')
-rw-r--r--apps/gui/skin_engine/skin_tokens.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.h b/apps/gui/skin_engine/skin_tokens.h
index 6d783551e6..5f35afc274 100644
--- a/apps/gui/skin_engine/skin_tokens.h
+++ b/apps/gui/skin_engine/skin_tokens.h
@@ -62,6 +62,7 @@ enum wps_token_type {
62 /* Time */ 62 /* Time */
63 63
64 WPS_TOKEN_RTC_PRESENT, 64 WPS_TOKEN_RTC_PRESENT,
65 WPS_TOKEN_RTC_24HR_SETTING_MODE,
65 66
66 /* The begin/end values allow us to know if a token is an RTC one. 67 /* The begin/end values allow us to know if a token is an RTC one.
67 New RTC tokens should be added between the markers. */ 68 New RTC tokens should be added between the markers. */