From 33f35effaf16eeb39e1f9c85008f58421f6cbfaa Mon Sep 17 00:00:00 2001 From: Bart Trzynadlowski Date: Thu, 22 Sep 2011 18:15:29 +0000 Subject: [PATCH] - Tweaked text in input configuration dialog. - Changed version string to 0.2a-RC3 because RC2 build was sent out to testers earlier. --- Src/Inputs/Inputs.cpp | 42 +++++++++++++++++++++--------------------- Src/Supermodel.h | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Src/Inputs/Inputs.cpp b/Src/Inputs/Inputs.cpp index f7865d0..88c810b 100644 --- a/Src/Inputs/Inputs.cpp +++ b/Src/Inputs/Inputs.cpp @@ -257,33 +257,33 @@ void CInputs::PrintConfigureInputsHelp() { puts("For each control, use the following keys to map the inputs:"); puts(""); - puts(" Return Set current input mapping and move to next control,"); - puts(" c Clear current input mapping and remain there,"); - puts(" s Set the current input mapping and remain there,"); + puts(" Return Set current input mapping and move to next control"); + puts(" c Clear current input mapping and remain there"); + puts(" s Set the current input mapping and remain there"); puts(" a Append to current input mapping (for multiple assignments)"); - puts(" and remain there,"); - puts(" r Reset current input mapping to default and remain there,"); - puts(" Down Move onto next control,"); - puts(" Up Go back to previous control,"); - puts(" b Calibrate joystick axes,"); - puts(" i Display information about input system and attached devices,"); - puts(" h Display this help again,"); - puts(" q Finish and save all changes,"); - puts(" Esc Finish without saving any changes."); + puts(" and remain there"); + puts(" r Reset current input mapping to default and remain there"); + puts(" Down Move onto next control"); + puts(" Up Go back to previous control"); + puts(" b Calibrate joystick axes"); + puts(" i Display information about input system and attached devices"); + puts(" h Display this help again"); + puts(" q Finish and save all changes"); + puts(" Esc Finish without saving any changes"); puts(""); - puts("To assign input(s), simply press the appropriate key(s), mouse button(s)"); - puts("or joystick button(s) or move the mouse along one or more axes or move a"); + puts("To assign input(s), simply press the appropriate key(s), mouse button(s),"); + puts("joystick button(s), or move the mouse along one or more axes, or move a"); puts("joystick's axis or POV hat controller(s). The input(s) will be accepted"); puts("as soon as all pressed keys and buttons are released and all moved mouse"); puts("and joystick controllers are returned to their rest positions."); puts(""); - puts("NOTES:"); - puts(" - in order to assign keys the configuration window must on top,"); - puts(" - in order to assign mouse buttons the mouse must be clicked"); - puts(" within the window,"); - puts(" - in order to assign mouse axes, the cursor must first be placed in"); - puts(" the center of the window and then moved in the corresponding"); - puts(" direction to the window's edge and then returned to the center."); + puts("Notes:"); + puts(" - In order to assign keys the configuration window must on top."); + puts(" - In order to assign mouse buttons the mouse must be clicked within the"); + puts(" window."); + puts(" - In order to assign mouse axes, the cursor must first be placed in the"); + puts(" center of the window and then moved in the corresponding direction to the"); + puts(" window's edge and then returned to the center."); puts(""); } diff --git a/Src/Supermodel.h b/Src/Supermodel.h index a1a2de6..dde6ada 100644 --- a/Src/Supermodel.h +++ b/Src/Supermodel.h @@ -38,7 +38,7 @@ Program-Wide Definitions ******************************************************************************/ -#define SUPERMODEL_VERSION "0.2a-RC2" // version string +#define SUPERMODEL_VERSION "0.2a-RC3" // version string /******************************************************************************