From 05da830516f306829d56e837e71fe7a1f3139354 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 14 Jan 2021 23:57:38 -0300 Subject: [PATCH] Rewords idemathbox title. --- source/ide/ide_methods.bas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index be9cc99f5..25df7afd4 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -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 --------