diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-01-25 17:34:39 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-01-25 17:34:39 +0000 |
| commit | 32b8611ce6529fb79acef8c1f781006fcbaff076 (patch) | |
| tree | efc26a97302792386661f1d16a673280bb12b6b6 | |
| parent | 4952f14eefc6225affadea6f7cd5f949878fa7fa (diff) | |
| download | rabbitmq-server-git-32b8611ce6529fb79acef8c1f781006fcbaff076.tar.gz | |
Those backticks bugged me.
| -rw-r--r-- | packaging/windows-exe/rabbitmq_nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in index ab95827c65..e03a91cbe2 100644 --- a/packaging/windows-exe/rabbitmq_nsi.in +++ b/packaging/windows-exe/rabbitmq_nsi.in @@ -170,7 +170,7 @@ Function .onInit ReadRegStr $0 HKLM ${uninstall} "UninstallString" ${If} $0 != "" - MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION "RabbitMQ is already installed. $\n$\nClick `OK` to remove the previous version or `Cancel` to cancel this installation." IDOK uninst + MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION "RabbitMQ is already installed. $\n$\nClick 'OK' to remove the previous version or 'Cancel' to cancel this installation." IDOK uninst Abort |
