blob: 9c45dbc4b1717f076f08ed69b3a3d19c8ede8c6e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="preview notecard" title="Nota:">
<button label="Guardar" label_selected="Guardar" name="Save" />
<text type="string" length="1" name="desc txt">
Descripción:
</text>
<text_editor type="string" length="1" name="Notecard Editor">
Cargando...
</text_editor>
</floater>
|