From a50df55ceffd20126c8a93da35562da838f246a9 Mon Sep 17 00:00:00 2001 From: justin1014 Date: Fri, 27 Sep 2002 04:11:09 +0000 Subject: [PATCH] fixed typo of file type vs install type git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1206 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/sec.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/sec.but b/Docs/src/sec.but index 7e0ab20a..c25c847b 100644 --- a/Docs/src/sec.but +++ b/Docs/src/sec.but @@ -4,7 +4,7 @@ SectionSetFlags \e{section_index section_flags} -Sets the section's flags. The flag is a 32 bit integer. The low 30 bits represent whether the section is in the (as many as) 30 file types. The top bit (0x80000000) represents whether the section is currently enabled, and the second to top bit (0x40000000) represents whether or not the section is read-only. The error flag will be set if an out of range section is specified. +Sets the section's flags. The flag is a 32 bit integer. The low 30 bits represent whether the section is in the (as many as) 30 install types. The top bit (0x80000000) represents whether the section is currently enabled, and the second to top bit (0x40000000) represents whether or not the section is read-only. The error flag will be set if an out of range section is specified. \S{SectionGetFlags} SectionGetFlags