Yes/No dialog boxes now properly accept Y and N characters to select the response

This commit is contained in:
mysticbbs 2012-02-18 02:07:29 -05:00
parent 53f284f3db
commit ae76510b03
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ Begin
Else
WriteXY (Len + Len2 + 7, 14, 30, ' NO ');
Ch := Session.io.GetKey;
Ch := UpCase(Session.io.GetKey);
If Session.io.IsArrow Then
Case Ch of