mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 06:12:53 +02:00
make message box for closing app multiline
This commit is contained in:
parent
9b20d07886
commit
51c476f521
1 changed files with 2 additions and 1 deletions
|
@ -993,7 +993,8 @@ FunctionEnd
|
|||
!define UniqueID ${__LINE__}
|
||||
|
||||
; 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?"
|
||||
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
|
||||
|
||||
AttemptClose_${UniqueID}:
|
||||
|
|
Loading…
Reference in a new issue