From 47ddbaa47b1ccb4d4391fb0be40352818b22b735 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Tue, 15 Dec 2009 20:51:41 +0000 Subject: Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and to target naming conventions in general git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24010 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/viewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/viewer.c') diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index 046c76523a..a212885540 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -290,7 +290,7 @@ PLUGIN_HEADER #define VIEWER_RC_QUIT BUTTON_REC /* Cowon D2 keys */ -#elif CONFIG_KEYPAD == COWOND2_PAD +#elif CONFIG_KEYPAD == COWON_D2_PAD #define VIEWER_QUIT BUTTON_POWER #define VIEWER_MENU BUTTON_MENU -- cgit v1.2.3