From b3b62328cf3f36c20c54a298f8a921e6eef42c4d Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sat, 3 Sep 2011 19:00:07 -0400 Subject: unify capitalization of joystick properties the axis keys high/low properties were inconsistently capitalized, leading to potential confusion as to why one works but not the other. Signed-off-by: Devin J. Pohly Signed-off-by: Peter Hutterer --- include/joystick-properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/joystick-properties.h b/include/joystick-properties.h index 49ef800..36f4082 100644 --- a/include/joystick-properties.h +++ b/include/joystick-properties.h @@ -99,7 +99,7 @@ typedef enum _JSTK_MAPPING { /** Scancodes for axis in high position */ /* 8 bit, 4 per axis */ -#define JSTK_PROP_AXIS_KEYS_HIGH "Axis keys (high)" +#define JSTK_PROP_AXIS_KEYS_HIGH "Axis Keys (high)" /** Set the mapping of each button to none, x, y, zx, zy, button, key, speed_multiply, -- cgit v1.2.3