summaryrefslogtreecommitdiffstats
path: root/apps/plugins
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-10-02 16:05:12 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-10-02 16:05:12 +0000
commitbd8c3f9ea6e7eccfd9b96ff632e1276e85673833 (patch)
tree0376e90a744a6b00cff8c130daca2677ded61e62 /apps/plugins
parent5720c0b267db452217440456054914d4b9447f52 (diff)
downloadrockbox-bd8c3f9ea6e7eccfd9b96ff632e1276e85673833.tar.gz
rockbox-bd8c3f9ea6e7eccfd9b96ff632e1276e85673833.zip
fuze+: fix calculator keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30661 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/calculator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c
index 67d629c1f2..607f563b5a 100644
--- a/apps/plugins/calculator.c
+++ b/apps/plugins/calculator.c
@@ -415,7 +415,7 @@ F3: equal to "="
#define CALCULATOR_DOWN BUTTON_DOWN
#define CALCULATOR_QUIT BUTTON_POWER
#define CALCULATOR_INPUT BUTTON_SELECT
-#define CALCULATOR_CALC BUTTON_PLAY
+#define CALCULATOR_CALC BUTTON_PLAYPAUSE
#define CALCULATOR_CLEAR BUTTON_BACK
#else