You've already forked lazarus-ccr
rxapputils - fix russian chars in application config folders
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3481 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -113,8 +113,8 @@ begin
|
|||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
Result := ExtractFileName(ChangeFileExt(Application.ExeName, '.ini'));
|
Result := ExtractFileName(ChangeFileExt(Application.ExeName, '.ini'));
|
||||||
S:=UTF8ToSys(GetAppConfigDir(false));
|
S:=GetAppConfigDir(false);
|
||||||
ForceDirectoriesUTF8(S);
|
ForceDirectory(S);
|
||||||
Result:=S+Result;
|
Result:=S+Result;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user