Ignore:
Timestamp:
Aug 27, 2016, 8:58:18 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Wrong access to main thread from export jobs causing exception.
  • Fixed: Build under linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r97 r98  
    610610  // If installed in Linux system then use installation directory for po files
    611611  if Application.ExeName = '/usr/bin/' + ExtractFileNameOnly(Application.ExeName) then
    612     CoolTranslator1.POFilesFolder := '/usr/share/' + ExtractFileNameOnly(Application.ExeName) + '/languages';
     612    Core.CoolTranslator1.POFilesFolder := '/usr/share/' + ExtractFileNameOnly(Application.ExeName) + '/languages';
    613613  {$ENDIF}
    614614
Note: See TracChangeset for help on using the changeset viewer.