From ec67ee09d2f04804a14408e035faec9fe06b19b8 Mon Sep 17 00:00:00 2001 From: RestorerZ Date: Thu, 25 Apr 2024 21:25:19 +0200 Subject: patch 9.1.0370: MS-Windows: patch number is zero in installer Problem: MS-Windows: patch number is zero in installer (jonathan-b-wiebe) Solution: Set VIM_VERSION_PATCHLEVEL, fix a few typos in the installer (RestorerZ) fixes: #14629 closes: #14635 Signed-off-by: RestorerZ Signed-off-by: Christian Brabandt --- nsis/gvim.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsis') diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index b8ef079dba..31f6260d95 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -225,7 +225,7 @@ Page custom SetCustom ValidateCustom # Version resources VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "Vim" -VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Vim Developers" +VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The Vim Project" VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "Vim" VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 1996" VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Vi Improved - A Text Editor" -- cgit v1.2.3