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
commite04abda52f6de060db48049316cf451925369693 (patch)
treea338cc2d8240503b2d86135a7d6db67ba92df222 /nsis
parent90df5507c03e83dfcadb2334a8b1c7229c6caa78 (diff)
downloadvim-git-e04abda52f6de060db48049316cf451925369693.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 2af03d245..0c8864593 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: