mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 13:12:40 +02:00
repairs for usage of MessageBox
This commit is contained in:
parent
51c476f521
commit
84c2387c02
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue