summaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-07-31 22:03:44 +0200
committerBram Moolenaar <bram@vim.org>2010-07-31 22:03:44 +0200
commit7db33681c61079fb4c63ece632d00c233d33fd0a (patch)
tree352668ad9793e5188e50f424c7543af1ff83554f /nsis
parentf12e8bde4004977d8f22c0eaf6a230fc748fb662 (diff)
downloadvim-7db33681c61079fb4c63ece632d00c233d33fd0a.tar.gz
Fix that uninstaller isn't found on 64-bit Windows.
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index f398f5e2..fd2fc1e4 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -450,7 +450,7 @@ Section Uninstall
AskRemove:
MessageBox MB_YESNO|MB_ICONQUESTION \
"Remove all files in your $1\vimfiles directory? \
- $\nIf you have created something there that you want to keep, click No" IDNO Fin
+ $\nCAREFUL: If you have created something there that you want to keep, click No" IDNO Fin
RMDir /r $1\vimfiles
NoRemove: