kilo, mega, giga and byte are not processed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2606 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
052bbbe8fa
commit
7c03da12b8
1 changed files with 4 additions and 4 deletions
|
@ -450,10 +450,10 @@ void CEXEBuild::FillStringTable(StringTable *table, NLF *nlf/*=0*/) {
|
|||
table->ucommon.name=add_string_uninst(str(NLF_DEF_NAME),0);
|
||||
}
|
||||
#ifdef NSIS_CONFIG_VISIBLE_SUPPORT
|
||||
table->common.byte=add_string_main(str(NLF_BYTE));
|
||||
table->common.kilo=add_string_main(str(NLF_KILO));
|
||||
table->common.mega=add_string_main(str(NLF_MEGA));
|
||||
table->common.giga=add_string_main(str(NLF_GIGA));
|
||||
table->common.byte=add_string_main(str(NLF_BYTE),0);
|
||||
table->common.kilo=add_string_main(str(NLF_KILO),0);
|
||||
table->common.mega=add_string_main(str(NLF_MEGA),0);
|
||||
table->common.giga=add_string_main(str(NLF_GIGA),0);
|
||||
|
||||
/* not yet needed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue