diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-01 22:35:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-01 22:35:43 +0200 |
commit | e04abda52f6de060db48049316cf451925369693 (patch) | |
tree | a338cc2d8240503b2d86135a7d6db67ba92df222 /nsis | |
parent | 90df5507c03e83dfcadb2334a8b1c7229c6caa78 (diff) | |
download | vim-git-e04abda52f6de060db48049316cf451925369693.tar.gz |
Update version.h for 7.3c -> 7.3d.
Diffstat (limited to 'nsis')
-rw-r--r-- | nsis/gvim.nsi | 2 |
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: |