Ignore:
Timestamp:
Oct 17, 2011, 1:38:22 PM (13 years ago)
Author:
george
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CoolTranslator/UCoolTranslator.pas

    r269 r287  
    152152    //ShowMessage(ExtractFileDir(Application.ExeName) +
    153153    //  DirectorySeparator + 'Languages' + ' ' + '*.' + LocaleShort + '.po');
    154     FileList := FindAllFiles(ExtractFileDir(Application.ExeName) +
    155       DirectorySeparator + 'Languages', '*.' + LocaleShort + '.po');
     154    FileList := FindAllFiles(ExtractFileDir(UTF8Encode(Application.ExeName)) +
     155      DirectorySeparator + FPOFilesFolder, '*.' + LocaleShort + '.po');
    156156    for I := 0 to FileList.Count - 1 do begin
    157157      FileName := FileList[I];
Note: See TracChangeset for help on using the changeset viewer.