From d2af487a05a6caa1d8ff73a18bffbf6d92d01aaa Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 20 May 2010 20:49:04 +0000 Subject: Fix test_resize git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26216 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_resize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/test_resize.c b/apps/plugins/test_resize.c index 8ad8cdee38..8ee4989bcf 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 -- cgit v1.2.3