From 992ac823e03eb4e34f0ef69a35d46279be8ebb73 Mon Sep 17 00:00:00 2001 From: Cory Smith Date: Fri, 26 Aug 2022 22:22:36 -0500 Subject: [PATCH] Flipped message related to LNX with WIN. --- 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 883122024..b41317a71 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -228,10 +228,10 @@ FUNCTION ide2 (ignore) COLOR 1, 7: _PRINTSTRING ((idewx - 8) / 2, idewy - 4), " Status " COLOR 15, 1 - IF os$ = "LNX" THEN - _PRINTSTRING (2, idewy - 3), "Creating executable file named " + CHR$(34) + f$ + extension$ + CHR$(34) + "..." - ELSE + IF os$ = "WIN" THEN _PRINTSTRING (2, idewy - 3), "Creating .EXE file named " + CHR$(34) + f$ + extension$ + CHR$(34) + "..." + ELSE + _PRINTSTRING (2, idewy - 3), "Creating executable file named " + CHR$(34) + f$ + extension$ + CHR$(34) + "..." END IF PCOPY 3, 0