fixed bug #1535995 - failed plug-in calls output incomplete messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4728 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
66f8b367c7
commit
2e365a4e13
1 changed files with 5 additions and 0 deletions
|
@ -5765,6 +5765,11 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
|||
return ret;
|
||||
}
|
||||
|
||||
DefineInnerLangString(NLF_SYMBOL_NOT_FOUND);
|
||||
DefineInnerLangString(NLF_COULD_NOT_LOAD);
|
||||
DefineInnerLangString(NLF_NO_OLE);
|
||||
DefineInnerLangString(NLF_ERR_REG_DLL);
|
||||
|
||||
return PS_OK;
|
||||
}
|
||||
return PS_ERROR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue