Helps if I provide args in every func call
This commit is contained in:
parent
b827e062cb
commit
3d50141723
1 changed files with 2 additions and 2 deletions
|
|
@ -436,7 +436,7 @@ function MyLicence(Default: String): String;
|
|||
var
|
||||
lang, licence: String;
|
||||
begin
|
||||
lang := Lang2Gettext();
|
||||
lang := Lang2Gettext(false);
|
||||
|
||||
if lang = 'pt_br' then
|
||||
licence := 'pt_br\COPYING_pt_BR.txt'
|
||||
|
|
@ -477,7 +477,7 @@ function MyPublisherURL(Default: String): String;
|
|||
var
|
||||
lang: String;
|
||||
begin
|
||||
lang := Lang2Gettext();
|
||||
lang := Lang2Gettext(false);
|
||||
|
||||
if lang = 'chs' then
|
||||
lang := 'zh-cn'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue