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
|
var
|
||||||
lang, licence: String;
|
lang, licence: String;
|
||||||
begin
|
begin
|
||||||
lang := Lang2Gettext();
|
lang := Lang2Gettext(false);
|
||||||
|
|
||||||
if lang = 'pt_br' then
|
if lang = 'pt_br' then
|
||||||
licence := 'pt_br\COPYING_pt_BR.txt'
|
licence := 'pt_br\COPYING_pt_BR.txt'
|
||||||
|
|
@ -477,7 +477,7 @@ function MyPublisherURL(Default: String): String;
|
||||||
var
|
var
|
||||||
lang: String;
|
lang: String;
|
||||||
begin
|
begin
|
||||||
lang := Lang2Gettext();
|
lang := Lang2Gettext(false);
|
||||||
|
|
||||||
if lang = 'chs' then
|
if lang = 'chs' then
|
||||||
lang := 'zh-cn'
|
lang := 'zh-cn'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue