applied patch #1348473 - ChangeUI discrepancy
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4367 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ae6f49457b
commit
0435e051dc
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ static tokenType tokenlist[TOK__LAST] =
|
|||
{TOK_CALL,"Call",1,0,"function_name | [:label_name]",TP_CODE},
|
||||
{TOK_CALLINSTDLL,"CallInstDLL",2,1,"dll_path_on_target.dll [/NOUNLOAD] function",TP_CODE},
|
||||
{TOK_CAPTION,"Caption",1,0,"installer_caption",TP_GLOBAL|TP_PAGEEX},
|
||||
{TOK_CHANGEUI,"ChangeUI",1,1,"[/RTL] (all|dlg_id) ui_file.exe",TP_GLOBAL},
|
||||
{TOK_CHANGEUI,"ChangeUI",2,0,"(all|dlg_id) ui_file.exe",TP_GLOBAL},
|
||||
{TOK_CLEARERRORS,"ClearErrors",0,0,"",TP_CODE},
|
||||
{TOK_COMPTEXT,"ComponentText",0,3,"[component_page_description] [component_subtext1] [component_subtext2]",TP_PG},
|
||||
{TOK_GETDLLVERSION,"GetDLLVersion",3,0,"filename $(user_var: high output) $(user_var: low output)",TP_CODE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue