mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:18:05 +02:00
clarify application close behaviour
This commit is contained in:
parent
aeb097664e
commit
eabafa800c
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ FunctionEnd
|
||||||
|
|
||||||
; the process is running, ask the user to close it
|
; the process is running, ask the user to close it
|
||||||
MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION \
|
MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION \
|
||||||
"${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close it to continue." \
|
"${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close it and click Retry to continue." \
|
||||||
/SD IDCANCEL IDRETRY Prompt_${UniqueID} IDCANCEL 0
|
/SD IDCANCEL IDRETRY Prompt_${UniqueID} IDCANCEL 0
|
||||||
|
|
||||||
; If the user decided to cancel, stop the current installer/uninstaller
|
; If the user decided to cancel, stop the current installer/uninstaller
|
||||||
|
|
Loading…
Reference in a new issue