From 7ac5477abc3cf887176d9dc0586e5e1fa770cb59 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 18 Oct 2005 13:12:47 +0000 Subject: [PATCH] use NLF_STRINGS_NO_SPECIAL instead of NLF_STRINGS - 3, as the number three can easily change git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4334 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/lang.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/lang.cpp b/Source/lang.cpp index fdc0222a..3d806d2f 100644 --- a/Source/lang.cpp +++ b/Source/lang.cpp @@ -1013,7 +1013,7 @@ LanguageTable * CEXEBuild::LoadLangFile(char *filename) { } // Read strings - for (int i = 0; i < NLF_STRINGS - 3 /* ^Font, ^FontSize and ^RTL */; i++) { + for (int i = 0; i < NLF_STRINGS_NO_SPECIAL; i++) { // skip virtual strings if (!NLFStrings[i].szDefault)