diff options
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/skin_engine/skin_tokens.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c index 7c43045c8d..6f154a4d53 100644 --- a/apps/gui/skin_engine/skin_tokens.c +++ b/apps/gui/skin_engine/skin_tokens.c | |||
@@ -1550,7 +1550,7 @@ const char *get_token_value(struct gui_wps *gwps, | |||
1550 | } | 1550 | } |
1551 | } | 1551 | } |
1552 | /* Special handlng for filenames because we dont want to show the prefix */ | 1552 | /* Special handlng for filenames because we dont want to show the prefix */ |
1553 | if ((s->flags&F_T_MASK) == F_T_UCHARPTR || | 1553 | if ((s->flags&F_T_MASK) == F_T_CHARPTR || |
1554 | (s->flags&F_T_MASK) == F_T_UCHARPTR) | 1554 | (s->flags&F_T_MASK) == F_T_UCHARPTR) |
1555 | { | 1555 | { |
1556 | if (s->filename_setting->prefix) | 1556 | if (s->filename_setting->prefix) |