From 84c2387c02779193f2689955149a837887150779 Mon Sep 17 00:00:00 2001 From: Stephen Birarda <commit@birarda.com> Date: Mon, 18 Jan 2016 17:03:46 -0800 Subject: [PATCH] repairs for usage of MessageBox --- cmake/templates/NSIS.template.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index e347cd856e..3679e3b73a 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -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