1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

[GUI] Replace "Yes" button with "OK" in tes3mp_dialog_list

This commit is contained in:
David Cernat 2017-01-27 10:29:55 +02:00
parent 0ccfe66212
commit 0917184359

View file

@ -19,11 +19,8 @@
<Property key="Spacing" value="8"/>
<Widget type="AutoSizedButton" skin="MW_Button" name="OkButton" align="Right Bottom">
<Property key="Caption" value="#{sYes}"/>
<Property key="Caption" value="OK"/>
</Widget>
<!--<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton" align="Right Bottom">
<Property key="Caption" value="#{sNo}"/>
</Widget>-->
</Widget>
<Widget type="Widget"/>