WIP updating help tree data

This commit is contained in:
Jim
2015-06-16 07:59:33 -07:00
parent 7c924ab138
commit 0169f9a8cf
8 changed files with 840 additions and 322 deletions

View File

@@ -2002,6 +2002,7 @@ sub AboutWindow()
t=instr(a$,chr$(44))
a$=left$(a$,t-1)
a$="Running "+a$
//a$=str$(peek(version))
width=draw get "text-width", a$, "AboutWindow"
draw text 200-width/2, 200,a$,"AboutWindow"