Files
oboe/rsrc/dialogs/confirm-interrupt.xml
Celtic Minstrel da58f09fca All dialogs now use default skin and foreground colour
(The attributes are still available in the schema though, and will not be removed.)
2015-10-03 03:00:22 -04:00

12 lines
660 B
XML

<?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'>
Warning: If you terminate the special node sequence, the scenario may be left in an unexpected state.
It is recommended that you immediately reload from a saved game after doing this.
<br/> Are you sure you wish to proceed?</text>
<button name='quit' type='regular' top='86' left='178'>Kill it!</button>
<button name='cancel' type='regular' def-key='esc' top='86' left='248'>Not yet</button>
</dialog>