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:
kichik 2007-04-27 15:14:08 +00:00
parent eee3006998
commit 416146d6e6

View file

@ -158,8 +158,6 @@ void __declspec(dllexport) LangDialog(HWND hwndParent, int string_size,
th = th->next;
}
if (!th) return;
if (dofont)
langs_num -= 2;
if (docp)
langs_num /= 3;
else