summaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-06-24 20:19:36 +0000
committerBram Moolenaar <Bram@vim.org>2008-06-24 20:19:36 +0000
commitf233048a129fa7a3b89e064078435181d6421da5 (patch)
tree750527cb322fe9ba1559b81da60f2bee923c83cd /nsis
parent176dd1e03c7e5f23e633705da2c8718d3cd320e1 (diff)
downloadvim-f233048a129fa7a3b89e064078435181d6421da5.zip
updated for version 7.2a
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index cc629cd0f..8e247a3fe 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -22,7 +22,7 @@
!define HAVE_NLS
!define VER_MAJOR 7
-!define VER_MINOR 1
+!define VER_MINOR 2a
# ----------- No configurable settings below this line -----------
@@ -139,7 +139,7 @@ FunctionEnd
Function .onInstSuccess
WriteUninstaller vim${VER_MAJOR}${VER_MINOR}\uninstall-gui.exe
MessageBox MB_YESNO|MB_ICONQUESTION \
- "The installation process has been successfull. Happy Vimming! \
+ "The installation process has been successful. Happy Vimming! \
$\n$\n Do you want to see the README file now?" IDNO NoReadme
Exec '$0\gvim.exe -R "$0\README.txt"'
NoReadme: