Custom install type text can now be changed

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@725 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-23 08:20:46 +00:00
parent e03691a6fa
commit 2712d7076f
3 changed files with 5 additions and 3 deletions

View file

@ -123,6 +123,7 @@ int CEXEBuild::SetString(char *string, int id, int process, StringTable *table)
HANDLE_STRING_I(NLF_BTN_BROWSE, installer.browse);
HANDLE_STRING_I(NLF_COMP_SUBTEXT1, installer.componentsubtext[0]);
HANDLE_STRING_I(NLF_COMP_SUBTEXT2, installer.componentsubtext[1]);
HANDLE_STRING_I(NLF_COMP_CUSTOM, installer.custom);
HANDLE_STRING_I(NLF_DIR_SUBTEXT, installer.dirsubtext);
HANDLE_STRING_I(NLF_SPACE_AVAIL, installer.spaceavailable);
HANDLE_STRING_I(NLF_SPACE_REQ, installer.spacerequired);