Changeset 144


Ignore:
Timestamp:
May 29, 2023, 8:00:51 PM (11 months ago)
Author:
chronos
Message:
  • Fixed: Build under Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.pas

    r143 r144  
    6767  {$IFDEF UNIX}
    6868  // If installed in UNIX system then use installation directory for po files
    69   if not DirectoryExists(Core.Translator1.POFilesFolder) and DirectoryExists(UnixLanguagesDir) then
    70     Core.Translator1.POFilesFolder := UnixLanguagesDir;
     69  if not DirectoryExists(Core.Core.Translator1.POFilesFolder) and DirectoryExists(UnixLanguagesDir) then
     70    Core.Core.Translator1.POFilesFolder := UnixLanguagesDir;
    7171  {$ENDIF}
    7272
Note: See TracChangeset for help on using the changeset viewer.