mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 11:39:25 +02:00
Merged revision(s) 50995 #ec1e003c1a from trunk:
IDE: show output of "lazarus --help" command in IDE interface language when it is set to automatic instead of showing it in English. ........ git-svn-id: branches/fixes_1_6@50996 -
This commit is contained in:
parent
ce6d7452ea
commit
7b8e54a4a7
@ -1071,8 +1071,7 @@ begin
|
||||
except
|
||||
end;
|
||||
end;
|
||||
if HelpLang<>'' then
|
||||
TranslateResourceStrings(ProgramDirectory(true), HelpLang);
|
||||
TranslateResourceStrings(ProgramDirectory(true), HelpLang);
|
||||
|
||||
AHelp := TStringList.Create;
|
||||
AddHelp([lislazarusOptionsProjectFilename]);
|
||||
|
Loading…
Reference in New Issue
Block a user