summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_parser.c')
-rw-r--r--apps/gui/skin_engine/skin_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index d5a5f46cb0..bbcb3fe8f7 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -1499,7 +1499,7 @@ struct touchaction {const char* s; int action;};
1499static const struct touchaction touchactions[] = { 1499static const struct touchaction touchactions[] = {
1500 /* generic actions, convert to screen actions on use */ 1500 /* generic actions, convert to screen actions on use */
1501 {"prev", ACTION_STD_PREV }, {"next", ACTION_STD_NEXT }, 1501 {"prev", ACTION_STD_PREV }, {"next", ACTION_STD_NEXT },
1502 {"rwd", ACTION_STD_PREVREPEAT }, {"ffwd", ACTION_STD_PREVREPEAT }, 1502 {"rwd", ACTION_STD_PREVREPEAT }, {"ffwd", ACTION_STD_NEXTREPEAT },
1503 {"hotkey", ACTION_STD_HOTKEY}, {"select", ACTION_STD_OK }, 1503 {"hotkey", ACTION_STD_HOTKEY}, {"select", ACTION_STD_OK },
1504 {"menu", ACTION_STD_MENU }, {"cancel", ACTION_STD_CANCEL }, 1504 {"menu", ACTION_STD_MENU }, {"cancel", ACTION_STD_CANCEL },
1505 {"contextmenu", ACTION_STD_CONTEXT},{"quickscreen", ACTION_STD_QUICKSCREEN }, 1505 {"contextmenu", ACTION_STD_CONTEXT},{"quickscreen", ACTION_STD_QUICKSCREEN },