diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2010-04-19 16:45:49 +0000 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2010-04-19 16:45:49 +0000 |
commit | 86a5937d39904d930143e31c16c8e6ca292fed06 (patch) | |
tree | 150ea49841bbe7a6713c3f331e953008dc412ad7 /apps/plugins | |
parent | 58a0393154cfced92830fed1a78450761f30f3b9 (diff) |
Packard Bell Vibe: imageviewer - add button to quit immediately, like in r24904.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25678 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/imageviewer/imageviewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/imageviewer/imageviewer.h b/apps/plugins/imageviewer/imageviewer.h index 2f63792726..a2e12911b3 100644 --- a/apps/plugins/imageviewer/imageviewer.h +++ b/apps/plugins/imageviewer/imageviewer.h @@ -314,6 +314,7 @@ #define IMGVIEW_NEXT (BUTTON_REC | BUTTON_NEXT) #define IMGVIEW_PREVIOUS (BUTTON_REC | BUTTON_PREV) #define IMGVIEW_MENU BUTTON_MENU +#define IMGVIEW_QUIT BUTTON_CANCEL #else #error No keymap defined! |