1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Adds missing hotlink to ".BAS Only" option in file dialog.

This commit is contained in:
FellippeHeitor 2021-01-14 16:23:51 -03:00
parent 58033145c7
commit 91e1d7d346

View file

@ -7650,7 +7650,7 @@ FUNCTION idefiledialog$(programname$, mode AS _BYTE)
o(i).typ = 4 'check box
o(i).x = 37
o(i).y = idewy + idesubwindow - 9
o(i).nam = idenewtxt(".BAS Only")
o(i).nam = idenewtxt(".#BAS Only")
IF AllFiles THEN o(i).sel = 0 ELSE o(i).sel = 1
prevBASOnly = o(i).sel
i = i + 1