Save edited message prompt now defaults to YES
This commit is contained in:
parent
54bfc16c5a
commit
8727e7bfbb
|
@ -1022,7 +1022,7 @@ Begin
|
||||||
ReadText;
|
ReadText;
|
||||||
End;
|
End;
|
||||||
'Q' : Begin
|
'Q' : Begin
|
||||||
If Session.io.GetYN(Session.GetPrompt(300), False) Then Begin
|
If Session.io.GetYN(Session.GetPrompt(300), True) Then Begin
|
||||||
MsgBase^.EditMsgInit;
|
MsgBase^.EditMsgInit;
|
||||||
|
|
||||||
For A := 1 to Lines Do
|
For A := 1 to Lines Do
|
||||||
|
|
Loading…
Reference in New Issue