From 3d62877120043286fe6ffa209dedf6bcc5aa918f Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 15 Mar 2003 15:54:28 +0000 Subject: [PATCH] inst_types not flags git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2303 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/tokens.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/tokens.cpp b/Source/tokens.cpp index a2d6cba2..bc5e3169 100644 --- a/Source/tokens.cpp +++ b/Source/tokens.cpp @@ -129,8 +129,8 @@ static tokenType tokenlist[TOK__LAST] = {TOK_SEARCHPATH,"SearchPath",2,0,"$(user_var: result) filename"}, {TOK_SECTIONSETFLAGS,"SectionSetFlags",2,0,"section_index flags"}, {TOK_SECTIONGETFLAGS,"SectionGetFlags",2,0,"section_index $(user_var: output flags)"}, -{TOK_SECTIONSETINSTTYPES,"SectionSetInstTypes",2,0,"section_index flags"}, -{TOK_SECTIONGETINSTTYPES,"SectionGetInstTypes",2,0,"section_index $(user_var: output flags)"}, +{TOK_SECTIONSETINSTTYPES,"SectionSetInstTypes",2,0,"section_index inst_types"}, +{TOK_SECTIONGETINSTTYPES,"SectionGetInstTypes",2,0,"section_index $(user_var: output inst_types)"}, {TOK_SECTIONGETTEXT,"SectionGetText",2,0,"section_index $(user_var: output text)"}, {TOK_SECTIONSETTEXT,"SectionSetText",2,0,"section_index text_string"}, {TOK_SECTIONEND,"SectionEnd",0,0,""},