diff options
| -rw-r--r-- | apps/plugins/test_resize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/test_resize.c b/apps/plugins/test_resize.c index 8ad8cde..8ee4989 100644 --- a/apps/plugins/test_resize.c +++ b/apps/plugins/test_resize.c @@ -31,7 +31,7 @@ PLUGIN_HEADER const struct button_mapping *plugin_contexts[] -= {generic_actions, generic_directions}; += {pla_main_ctx}; /* Key assignement */ @@ -45,7 +45,7 @@ const struct button_mapping *plugin_contexts[] #define WIDTH_DECREASE PLA_LEFT #define WIDTH_DECREASE_REPEAT PLA_LEFT_REPEAT -#define BUTTON_QUIT PLA_CANCEL +#define BUTTON_QUIT PLA_EXIT #define CHANGE_MODE PLA_SELECT #define MAX_OUTPUT_WIDTH LCD_WIDTH |