repairs for usage of MessageBox

This commit is contained in:
Stephen Birarda 2016-01-18 17:03:46 -08:00
parent 51c476f521
commit 84c2387c02

View file

@ -994,8 +994,8 @@ FunctionEnd
; the process is running, ask the user if they want us to close it
MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION \
"${displayName} cannot be ${action} while ${displayName} is running. Would you like the ${prompter} to try closing it?" \
IDOK AttemptClose_${UniqueID} IDCANCEL Abort_${UniqueID} /SD IDCANCEL
"${displayName} cannot be ${action} while ${displayName} is running.$\r$\nWould you like the ${prompter} to try closing it?" \
/SD IDCANCEL IDOK AttemptClose_${UniqueID} IDCANCEL Abort_${UniqueID}
AttemptClose_${UniqueID}:
; attempt to close the given process