summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly+xorg@gmail.com>2011-09-03 19:00:07 -0400
committerPeter Hutterer <peter.hutterer@who-t.net>2011-09-06 11:20:59 +1000
commitb3b62328cf3f36c20c54a298f8a921e6eef42c4d (patch)
tree7733bd5b650a6a361eaabc5d5c90ff1d635d9bbf
parent204dcb86368b011824fc5006f87b9e394d03a394 (diff)
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 <djpohly+xorg@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--include/joystick-properties.h2
1 files changed, 1 insertions, 1 deletions
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,