summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/wps_debug.c')
-rw-r--r--apps/gui/skin_engine/wps_debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index df96548e9e..e06ce00219 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -76,6 +76,9 @@ static char *get_token_desc(struct wps_token *token, char *buf,
76 snprintf(buf, bufsize, "String '%s'", 76 snprintf(buf, bufsize, "String '%s'",
77 (char*)token->value.data); 77 (char*)token->value.data);
78 break; 78 break;
79 case WPS_TOKEN_TRANSLATEDSTRING:
80 snprintf(buf, bufsize, "String ID '%d'", token->value.i);
81 break;
79 82
80#ifdef HAVE_LCD_BITMAP 83#ifdef HAVE_LCD_BITMAP
81 case WPS_TOKEN_ALIGN_LEFT: 84 case WPS_TOKEN_ALIGN_LEFT: