1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00

Rewords idemathbox title.

This commit is contained in:
FellippeHeitor 2021-01-14 23:57:38 -03:00
parent 74deeed529
commit 05da830516

View file

@ -5138,7 +5138,7 @@ FUNCTION ide2 (ignore)
IF menu$(m, s) = "#Math" THEN
PCOPY 2, 0
Mathbox
idemathbox
PCOPY 3, 0: SCREEN , , 3, 0
GOTO ideloop
END IF
@ -14110,7 +14110,7 @@ FUNCTION idef1box$ (lnks$, lnks)
END FUNCTION
SUB Mathbox
SUB idemathbox
'Draw a box
'-------- generic dialog box header --------
@ -14125,7 +14125,7 @@ SUB Mathbox
'-------- end of generic dialog box header --------
DoAnother:
titlestr$ = " Give me a Math Equation "
titlestr$ = " Enter a Math Equation "
messagestr$ = ""
'-------- init --------