NLF_[U]CAPTION is always required, not only with a UI
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2938 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f26d5144bb
commit
f0ce1f740f
1 changed files with 2 additions and 1 deletions
|
@ -1715,7 +1715,6 @@ again:
|
|||
#define LS(inst, uninst) inst
|
||||
#endif
|
||||
|
||||
DefineInnerLangString(LS(NLF_CAPTION, NLF_UCAPTION));
|
||||
DefineInnerLangString(NLF_BRANDING);
|
||||
|
||||
if (!cur_pages->getlen()) {
|
||||
|
@ -2211,6 +2210,7 @@ int CEXEBuild::write_output(void)
|
|||
build_uninst.flags|=build_header.flags&(CH_FLAGS_PROGRESS_COLORED|CH_FLAGS_NO_ROOT_DIR);
|
||||
|
||||
set_uninstall_mode(1);
|
||||
DefineInnerLangString(NLF_UCAPTION);
|
||||
if (resolve_coderefs("uninstall"))
|
||||
return PS_ERROR;
|
||||
#ifdef NSIS_CONFIG_VISIBLE_SUPPORT
|
||||
|
@ -2227,6 +2227,7 @@ int CEXEBuild::write_output(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
DefineInnerLangString(NLF_CAPTION);
|
||||
if (resolve_coderefs("install"))
|
||||
return PS_ERROR;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue