summaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-08-01 22:35:43 +0200
committerBram Moolenaar <bram@vim.org>2010-08-01 22:35:43 +0200
commitda6bba65116b93630f2271a19d1e30b7c06fc207 (patch)
tree53239747092741abfcfd42538a15d77191676ce0 /nsis
parent8c3f818e511be06c8916ea3eed8638290866a7b7 (diff)
downloadvim-da6bba65116b93630f2271a19d1e30b7c06fc207.tar.gz
Update version.h for 7.3c -> 7.3d.
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 2af03d24..0c886459 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -449,7 +449,7 @@ Section Uninstall
AskRemove:
MessageBox MB_YESNO|MB_ICONQUESTION \
- "Remove all files in your $1\vimfiles directory? \
+ "Remove all files in your $1\vimfiles directory?$\n \
$\nCAREFUL: If you have created something there that you want to keep, click No" IDNO Fin
RMDir /r $1\vimfiles
NoRemove: