diff options
Diffstat (limited to 'apps/shortcuts.c')
-rw-r--r-- | apps/shortcuts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c index 754bd83b80..2b032f1fd4 100644 --- a/apps/shortcuts.c +++ b/apps/shortcuts.c @@ -312,7 +312,7 @@ static int readline_cb(int n, char *buf, void *parameters) } else if (sc && settings_parseline(buf, &name, &value)) { - static const char *nm_options[] = {"type", "name", "data", + static const char * const nm_options[] = {"type", "name", "data", "icon", "talkclip", NULL}; int nm_op = string_option(name, nm_options, false); |