1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Rewords Cancel button (now Close) in ASCII Chart dialog.

This commit is contained in:
FellippeHeitor 2021-01-15 20:59:01 -03:00
parent acf141cd5b
commit ddf755e484

View file

@ -14059,7 +14059,7 @@ FUNCTION ideASCIIbox$(relaunch)
i = i + 1
o(i).typ = 3
o(i).y = 21
o(i).txt = idenewtxt("#Insert character" + sep + "Insert C#HR$" + sep + "#Cancel")
o(i).txt = idenewtxt("#Insert character" + sep + "Insert C#HR$" + sep + "#Close")
o(i).dft = 1
Selected = 1