Ignore:
Timestamp:
Jul 14, 2016, 2:06:55 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Installer now contains 32-bit and 64-bit version.
  • Added: Install also openssl libraries to support https protocol.
File:
1 edited

Legend:

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

    r42 r43  
    354354  for I := 1 to Languages.Count - 1 do
    355355  with TLanguage(Languages[I]) do begin
    356     Available := FileExists(POFilesFolder + DirectorySeparator + ExtractFileNameOnly(Application.ExeName) +
     356    Available := FileExists(ExtractFileDir(UTF8Encode(Application.ExeName)) +
     357      DirectorySeparator + POFilesFolder + DirectorySeparator + ExtractFileNameOnly(Application.ExeName) +
    357358      '.' + Code + ExtensionSeparator + 'po') or (Code = 'en');
    358359  end;
Note: See TracChangeset for help on using the changeset viewer.