+ Leave function for pages
+ Components page text always shown if Page components used git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2080 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c10483f967
commit
0aed08e3f7
8 changed files with 162 additions and 73 deletions
|
@ -360,7 +360,7 @@ void CEXEBuild::FillDefaultsIfNeeded(StringTable *table, NLF *nlf/*=0*/) {
|
|||
else c=build_strlist.get()[sec->name_ptr];
|
||||
if (c && c != '-' && !(sec->flags&SF_RO)) iscp++;
|
||||
}
|
||||
if (iscp)
|
||||
if (iscp || comppage_used)
|
||||
{
|
||||
if (!table->installer.custom) table->installer.custom=add_string_main(str(NLF_COMP_CUSTOM),0);
|
||||
if (!table->common.subcaptions[1])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue