diff options
author | Richard Linden <none@none> | 2011-06-29 15:36:18 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-06-29 15:36:18 -0700 |
commit | 737c6bd95236b25e2a5ed39f18b01257b5988134 (patch) | |
tree | 5728098d906137b282a9648e3b998a3bd98bebed | |
parent | d3922f8e494e0858c8f346128f9d2c5e0377c1b8 (diff) |
EXP-961 FIX Keyboard definition file keys.xml contains invalid XML markup
-rw-r--r-- | indra/newview/app_settings/keys.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/keys.xml b/indra/newview/app_settings/keys.xml index 101deea55b..6e3673e7d9 100644 --- a/indra/newview/app_settings/keys.xml +++ b/indra/newview/app_settings/keys.xml @@ -181,7 +181,7 @@ <binding key="PAD_DIVIDE" mask="CTL_ALT_SHIFT" command="start_gesture"/> </third_person> - <-- Basic editing camera control --> + <!-- Basic editing camera control --> <edit> <binding key="A" mask="NONE" command="spin_around_cw"/> <binding key="D" mask="NONE" command="spin_around_ccw"/> |