font should come after the empty string that marks the end of the language list, no need to decrease lang_num
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5129 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
eee3006998
commit
416146d6e6
1 changed files with 0 additions and 2 deletions
|
@ -158,8 +158,6 @@ void __declspec(dllexport) LangDialog(HWND hwndParent, int string_size,
|
||||||
th = th->next;
|
th = th->next;
|
||||||
}
|
}
|
||||||
if (!th) return;
|
if (!th) return;
|
||||||
if (dofont)
|
|
||||||
langs_num -= 2;
|
|
||||||
if (docp)
|
if (docp)
|
||||||
langs_num /= 3;
|
langs_num /= 3;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue