add some 0str dialogs...

This commit is contained in:
Laurent Alonso(fr)
2020-06-14 09:36:33 +02:00
committed by Celtic Minstrel
parent 97974d849e
commit 1ec2a0acea
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='done'>
<pict name='pict' type='dlog' size='large' num='0' top='9' left='9'/>
<text name='title' framed='true' top='9' left='91' width='257' height='19'/>
<button name='done' type='done' top='40' left='287'/>
<button name='record' type='regular' def-key='r' top='40' left='8'>Record</button>
</dialog>