summaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-06-24 20:19:36 +0000
committervimboss <devnull@localhost>2008-06-24 20:19:36 +0000
commit96cb98a11d40c3239d86526a685dbb4a3e3b998e (patch)
tree750527cb322fe9ba1559b81da60f2bee923c83cd /nsis
parent5ad9cbafdc52c397b824a56cc1d2053ce1d710ce (diff)
downloadvim-96cb98a11d40c3239d86526a685dbb4a3e3b998e.tar.gz
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 cc629cd0..8e247a3f 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: