mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Value name
This commit is contained in:
parent
7fd0543e3e
commit
32489524d0
1 changed files with 2 additions and 2 deletions
|
|
@ -78,12 +78,12 @@ end;
|
|||
procedure TIniPropStorageEx.SaveProperties;
|
||||
begin
|
||||
inherited SaveProperties;
|
||||
IniFile.WriteInteger(IniSection, 'PixelsPerInch', Screen.PixelsPerInch);
|
||||
IniFile.WriteInteger(IniSection, 'Screen_PixelsPerInch', Screen.PixelsPerInch);
|
||||
end;
|
||||
|
||||
procedure TIniPropStorageEx.RestoreProperties;
|
||||
begin
|
||||
FPixelsPerInch := IniFile.ReadInteger(IniSection, 'PixelsPerInch', Screen.PixelsPerInch);
|
||||
FPixelsPerInch := IniFile.ReadInteger(IniSection, 'Screen_PixelsPerInch', Screen.PixelsPerInch);
|
||||
inherited RestoreProperties;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue