fixed bug #1848952 - Overwriting LANGFILE_abc_NAME not possible anymore
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5431 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a5f1fc6bad
commit
807a9b3687
1 changed files with 4 additions and 5 deletions
|
@ -55,12 +55,11 @@ Copyright
|
|||
!undef LANGFILE_IDNAME
|
||||
!endif
|
||||
|
||||
!ifdef "LANGFILE_${IDNAME}_NAME"
|
||||
!undef "LANGFILE_${IDNAME}_NAME"
|
||||
!endif
|
||||
|
||||
!define LANGFILE_IDNAME "${IDNAME}"
|
||||
!define "LANGFILE_${IDNAME}_NAME" "${NAME}"
|
||||
|
||||
!ifndef "LANGFILE_${IDNAME}_NAME"
|
||||
!define "LANGFILE_${IDNAME}_NAME" "${NAME}"
|
||||
!endif
|
||||
|
||||
!endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue