diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 5706adb05..a0a497779 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -15393,7 +15393,7 @@ END FUNCTION 'yes/no box 'END SUB -FUNCTION ideactivitybox$ (action$, titlestr$, messagestr$, buttons$, extras$) STATIC +FUNCTION ideactivitybox$ (action$, titlestr$, messagestr$, buttons$) STATIC SELECT CASE LCASE$(action$) CASE "setup"