1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-28 11:17:46 +00:00

Fix C++ Compiler Settings menu

This commit is contained in:
Matthew Kilgore 2022-06-10 22:31:56 -04:00
parent 7d06ff2400
commit 931a9dd272

View file

@ -5100,7 +5100,7 @@ FUNCTION ide2 (ignore)
GOTO ideloop
END IF
IF menu$(m, s) = "C++ C#ompiler Settings..." THEN
IF menu$(m, s) = "C++ Co#mpiler Settings..." THEN
PCOPY 2, 0
retval = ideCompilerSettingsBox
IF retval THEN idechangemade = 1: idelayoutallow = 2: startPausedPending = 0 'recompile if options changed