completed text should only accept one parameter (bug #1349810)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4413 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-11-14 20:25:48 +00:00
parent c4a4683f5d
commit 9214f1a563

View file

@ -251,7 +251,7 @@ static tokenType tokenlist[TOK__LAST] =
{TOK_UNINSTBUTTONTEXT,"UninstallButtonText",0,1,"[uninstall button text]",TP_GLOBAL},
{TOK_INSTBUTTONTEXT,"InstallButtonText",0,1,"[install button text]",TP_GLOBAL},
{TOK_SPACETEXTS,"SpaceTexts",0,2,"none | ([space required text] [space available text])",TP_GLOBAL},
{TOK_COMPLETEDTEXT,"CompletedText",0,2,"[completed text]",TP_PG},
{TOK_COMPLETEDTEXT,"CompletedText",0,1,"[completed text]",TP_PG},
{TOK_GETFUNCTIONADDR,"GetFunctionAddress",2,0,"output function",TP_CODE},
{TOK_GETLABELADDR,"GetLabelAddress",2,0,"output label",TP_CODE},