fixed plug-in system's SetDetailsPrint usage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5277 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d9d6a9da51
commit
266267ba61
4 changed files with 5 additions and 11 deletions
|
@ -3216,7 +3216,7 @@ again:
|
|||
zero_offset=add_string("$0");
|
||||
|
||||
// SetDetailsPrint none
|
||||
ret=add_entry_direct(EW_UPDATETEXT, 0, 16);
|
||||
ret=add_entry_direct(EW_SETFLAG, FLAG_OFFSET(status_update), add_intstring(16));
|
||||
if (ret != PS_OK) return ret;
|
||||
|
||||
// StrCmp $PLUGINSDIR ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue