Changeset 85 for trunk


Ignore:
Timestamp:
Aug 6, 2017, 9:14:29 AM (7 years ago)
Author:
chronos
Message:
  • Fixed: Use newer langugage ID function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CoolTranslator/UCoolTranslator.pas

    r74 r85  
    413413  end;
    414414  if Lang = '' then
    415     LCLGetLanguageIDs(Lang, T);
     415    LazGetLanguageIDs(Lang, T);
    416416
    417417  if Assigned(Language) and (Language.Code = '') and Assigned(FOnAutomaticLanguage) then begin
Note: See TracChangeset for help on using the changeset viewer.