1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-02 22:21:21 +00:00

Flipped message related to LNX with WIN.

This commit is contained in:
Cory Smith 2022-08-26 22:22:36 -05:00
parent a79657062f
commit 992ac823e0

View file

@ -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