Minor textual updates.

This commit is contained in:
tomch 2014-03-02 17:19:47 +00:00
parent 073839c1d4
commit a3a3542dd0
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ Changes:
. Support cursor keys (in addition to numpad) when using keyboard for joystick emulation . Support cursor keys (in addition to numpad) when using keyboard for joystick emulation
. Support auto-fire for all 3 joystick buttons (via Config->Input) . Support auto-fire for all 3 joystick buttons (via Config->Input)
. Debugger: Added "disk info" command . Debugger: Added "disk info" command
. Added confirmation message box for reboot (F2) . [Feature #5668] Added confirmation message box for reboot (F2)
. [Feature #5715] Added -no-printscreen-dlg to suppress the warning if AppleWin fails to capture the PrintScreen key . [Feature #5715] Added -no-printscreen-dlg to suppress the warning if AppleWin fails to capture the PrintScreen key
. Changed save-state file persisted to Registry from filename to pathame . Changed save-state file persisted to Registry from filename to pathame
Fixes: Fixes:
@ -34,7 +34,7 @@ Fixes:
1.23.2 - 14 Sep 2013 1.23.2 - 14 Sep 2013
-------------------- --------------------
Changes: Changes:
. Added About dialog showing GPL (at startup, but only when AppleWin version changes). . [Feature #5105] Added About dialog showing GPL (at startup, but only when AppleWin version changes).
. [Bug #18940] Extend BSAVE and BLOAD Command To Memory Banks 0 and 1 . [Bug #18940] Extend BSAVE and BLOAD Command To Memory Banks 0 and 1
Extended debugger BLOAD with bank support: Extended debugger BLOAD with bank support:
. BLOAD [file],[bank:]address[,length] . BLOAD [file],[bank:]address[,length]

View File

@ -671,9 +671,9 @@ BOOL JoySetEmulationType(HWND window, DWORD newtype, int nJoystickNumber, const
{ {
MessageBox(window, MessageBox(window,
TEXT("Using cursor keys to emulate a joystick can cause conflicts.\n\n") TEXT("Using cursor keys to emulate a joystick can cause conflicts.\n\n")
TEXT("Be aware that 'cursor up' = CTRL+K, and 'cursor-down' = CTRL+J.\n") TEXT("Be aware that 'cursor-up' = CTRL+K, and 'cursor-down' = CTRL+J.\n")
TEXT("EG. Lode Runner uses CTRL+K/J to switch between keyboard/joystick modes ") TEXT("EG. Lode Runner uses CTRL+K/J to switch between keyboard/joystick modes ")
TEXT("(and cursor left/right to control speed).\n\n") TEXT("(and cursor-left/right to control speed).\n\n")
TEXT("Also if cursor keys are blocked from being read from the Apple keyboard ") TEXT("Also if cursor keys are blocked from being read from the Apple keyboard ")
TEXT("then even simple AppleSoft command-line editing (cursor left/right) will not work."), TEXT("then even simple AppleSoft command-line editing (cursor left/right) will not work."),
TEXT("Configuration"), TEXT("Configuration"),