allow interrupting replay

This commit is contained in:
2025-01-16 12:42:24 -06:00
parent 2d824e869e
commit 62313e5bd6
8 changed files with 27 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='cancel'>
<pict type='dlog' num='23' top='9' left='9'/>
<text top='5' left='51' width='255' height='72'>
Are you sure you wish to stop this replay?</text>
<button name='quit' type='regular' top='86' left='178'>Stop</button>
<button name='cancel' type='regular' def-key='esc' top='86' left='248'>Cancel</button>
</dialog>