Added SetLanguage ($LANGUAGE is no longer a variable)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@738 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-25 16:09:42 +00:00
parent df33a31178
commit d6c4b8ac50
4 changed files with 16 additions and 5 deletions

View file

@ -1419,6 +1419,9 @@ static int NSISCALL ExecuteEntry(entry *entries, int pos)
)
);
return 0;
case EW_SETLANG:
set_language(process_string_fromtab_toint(parms[0]));
return 0;
}
my_MessageBox(STR(LANG_INSTCORRUPTED),MB_OK|MB_ICONSTOP);
return EXEC_ERROR;