My mistake, fixed

This commit is contained in:
Damian Zhaoying
2019-03-12 04:19:18 -03:00
parent 2b92c10625
commit b2b5dd4eb8
2 changed files with 21 additions and 0 deletions

View File

@@ -53,6 +53,20 @@
</form>
</template>
<template name="okcancelbuttonscanceldefault">
<form>
<button
index="0"
name="OK"
text="$yestext"/>
<button
default="true"
index="1"
name="Cancel"
text="$notext"/>
</form>
</template>
<template name="okcancelignore">
<form>
<button

View File

@@ -37,6 +37,13 @@
<button name="Cancel" text="$notext"/>
</form>
</template>
<template name="okcancelbuttonscanceldefault">
<form>
<button name="OK" text="$yestext"/>
<button name="Cancel" text="$notext"/>
</form>
</template>
<template name="okcancelignore">
<form>