From ae76510b035a5f152b8aedb4e3673d41d04e7fb5 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sat, 18 Feb 2012 02:07:29 -0500 Subject: [PATCH] Yes/No dialog boxes now properly accept Y and N characters to select the response --- mystic/bbs_ansi_menubox.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mystic/bbs_ansi_menubox.pas b/mystic/bbs_ansi_menubox.pas index d587bce..2ffe232 100644 --- a/mystic/bbs_ansi_menubox.pas +++ b/mystic/bbs_ansi_menubox.pas @@ -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