Files
oboe/rsrc/dialogs/quit-confirm-nosave.xml
Celtic Minstrel 893fa1e4ff Dialog formatting
- Newlines at end of file
- Remove debug attribute
- Indentation in the XSL
2015-10-03 02:50:44 -04:00

9 lines
466 B
XML

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog skin='dark' defbtn='cancel'>
<pict type='dlog' num='23' top='9' left='9'/>
<text top='5' left='51' width='255' height='32'>Warning: If you quit now, your game will be lost.</text>
<button name='quit' type='regular' top='46' left='178'>Quit</button>
<button name='cancel' type='regular' def-key='esc' top='46' left='248'>Cancel</button>
</dialog>