patch 8.2.1721: MS-Windows installer doesn't work

Problem:    MS-Windows installer doesn't work.
Solution:   Write "Russian" in ASCII. (closes #6995, see #).
This commit is contained in:
Bram Moolenaar 2020-09-21 21:29:57 +02:00
parent 078269bdce
commit 7f9c9c51a3
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# fileencoding : UTF-8
# Author : Restorer
!insertmacro MUI_LANGUAGE "Русский"
!insertmacro MUI_LANGUAGE "Russian"
# Overwrite the default translation.

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1721,
/**/
1720,
/**/