Changeset 553 for Common/UFormAbout.pas


Ignore:
Timestamp:
Dec 21, 2021, 5:43:40 PM (3 years ago)
Author:
chronos
Message:
  • Modified: CoolTranslator occurences replaced by Translator in Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/UFormAbout.pas

    r545 r553  
    5050  if Assigned(AboutDialog) then
    5151  with TAboutDialog(AboutDialog) do begin
    52     if Assigned(CoolTranslator) then
    53       CoolTranslator.TranslateComponentRecursive(Self);
     52    if Assigned(Translator) then
     53      Translator.TranslateComponentRecursive(Self);
    5454    if Assigned(ThemeManager) then
    5555      ThemeManager.UseTheme(Self);
Note: See TracChangeset for help on using the changeset viewer.