X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=ExternalFilePath.pas;h=3558b1b2e11f2bde7fddfcdc474b13990ae50b91;hb=refs%2Fheads%2FBb57;hp=cba177c47cb8ebd00431229cc9998595698a4757;hpb=870a6ede847f72a535f5d954a2e3d597b98c3b5a;p=gikonavigoeson%2Fgikonavi.git diff --git a/ExternalFilePath.pas b/ExternalFilePath.pas index cba177c..3558b1b 100644 --- a/ExternalFilePath.pas +++ b/ExternalFilePath.pas @@ -46,7 +46,7 @@ end; function LogFolder : PChar; stdcall; begin - Result := CreateResultString( GikoSys.GetAppDir + 'Log\' ); + Result := CreateResultString( GikoSys.Setting.LogFolderP ); end;