From 7c03da12b8545403939ee2cdf895e7f9397e5e11 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 2 Jun 2003 14:58:51 +0000 Subject: [PATCH] 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 --- Source/lang.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/lang.cpp b/Source/lang.cpp index f687c610..a7b347f9 100644 --- a/Source/lang.cpp +++ b/Source/lang.cpp @@ -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