1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 19:35:13 +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 IF menu$(m, s) = "#Math" THEN
PCOPY 2, 0 PCOPY 2, 0
Mathbox idemathbox
PCOPY 3, 0: SCREEN , , 3, 0 PCOPY 3, 0: SCREEN , , 3, 0
GOTO ideloop GOTO ideloop
END IF END IF
@ -14110,7 +14110,7 @@ FUNCTION idef1box$ (lnks$, lnks)
END FUNCTION END FUNCTION
SUB Mathbox SUB idemathbox
'Draw a box 'Draw a box
'-------- generic dialog box header -------- '-------- generic dialog box header --------
@ -14125,7 +14125,7 @@ SUB Mathbox
'-------- end of generic dialog box header -------- '-------- end of generic dialog box header --------
DoAnother: DoAnother:
titlestr$ = " Give me a Math Equation " titlestr$ = " Enter a Math Equation "
messagestr$ = "" messagestr$ = ""
'-------- init -------- '-------- init --------