Ignore:
Timestamp:
May 15, 2018, 4:30:54 PM (6 years ago)
Author:
chronos
Message:
  • Added: Settings option to automatically reopen last saved game on application start.
File:
1 edited

Legend:

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

    r143 r195  
    295295  Result := FPOFilesFolder;
    296296  if Copy(Result, 1, 1) <> DirectorySeparator then
    297     Result := ExtractFileDir(UTF8Encode(Application.ExeName)) +
     297    Result := ExtractFileDir(Application.ExeName) +
    298298      DirectorySeparator + Result;
    299299end;
Note: See TracChangeset for help on using the changeset viewer.