mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:30:42 +02:00
Apparently I didn't need 'em
This commit is contained in:
parent
4d0df705a9
commit
14e5cf31f2
1 changed files with 2 additions and 2 deletions
|
@ -964,13 +964,13 @@ SectionEnd
|
||||||
|
|
||||||
; the process is running, ask the user to close it
|
; the process is running, ask the user to close it
|
||||||
|
|
||||||
${If} ${displayName} == "Sandbox"
|
${If} $displayName == "Sandbox"
|
||||||
MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION \
|
MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION \
|
||||||
"${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close it in the system tray and click Retry to continue." \
|
"${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close it in the system tray and click Retry to continue." \
|
||||||
/SD IDCANCEL IDRETRY Prompt_${UniqueID} IDCANCEL 0
|
/SD IDCANCEL IDRETRY Prompt_${UniqueID} IDCANCEL 0
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
${If} ${displayName} == "Interface"
|
${If} $displayName == "Interface"
|
||||||
MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION \
|
MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION \
|
||||||
"${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close it and click Retry 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
|
||||||
|
|
Loading…
Reference in a new issue