Removed SetLanguage (back to $LANGUAGE)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@777 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
16f90719f1
commit
806f0afb91
5 changed files with 11 additions and 15 deletions
|
@ -1426,9 +1426,6 @@ static int NSISCALL ExecuteEntry(entry *entries, int pos)
|
|||
)
|
||||
);
|
||||
return 0;
|
||||
case EW_SETLANG:
|
||||
set_language(process_string_fromtab_toint(parm0));
|
||||
return 0;
|
||||
}
|
||||
my_MessageBox(STR(LANG_INSTCORRUPTED),MB_OK|MB_ICONSTOP);
|
||||
return EXEC_ERROR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue