1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00

QuickNav: minor change to "back" button wording.

This commit is contained in:
FellippeHeitor 2016-06-28 17:02:03 -03:00 committed by GitHub
parent f0b9d0dadd
commit 6a26da51a5

View file

@ -1173,7 +1173,7 @@ DO
QuickNavHover = -1
LOCATE 2, 4
COLOR 15, 3
PRINT " " + CHR$(17) + " back to line"; QuickNavHistory(QuickNavTotal); " ";
PRINT " " + CHR$(17) + " back to line "; str2$(QuickNavHistory(QuickNavTotal)); " ";
PCOPY 3, 0
IF mB THEN
ideselect = 0