summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-01-25 17:34:39 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-01-25 17:34:39 +0000
commit32b8611ce6529fb79acef8c1f781006fcbaff076 (patch)
treeefc26a97302792386661f1d16a673280bb12b6b6 /packaging
parent4952f14eefc6225affadea6f7cd5f949878fa7fa (diff)
downloadrabbitmq-server-git-32b8611ce6529fb79acef8c1f781006fcbaff076.tar.gz
Those backticks bugged me.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows-exe/rabbitmq_nsi.in2
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