added NLF_STRINGS_NO_SPECIAL, number of real NLF strings, not including special strings not defined in the NLF
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4333 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5d91cbcd10
commit
4e33bf099a
1 changed files with 3 additions and 1 deletions
|
@ -149,7 +149,9 @@ enum {
|
|||
NLF_MEGA,
|
||||
NLF_GIGA,
|
||||
|
||||
NLF_FONT,
|
||||
NLF_STRINGS_NO_SPECIAL,
|
||||
|
||||
NLF_FONT = NLF_STRINGS_NO_SPECIAL,
|
||||
NLF_FONTSIZE,
|
||||
NLF_RTL,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue