mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: 'Mac OS X' to 'macOS' in About Dialog
(cherry picked from commit 5275b991f4)
This commit is contained in:
parent
64dbf811b3
commit
2c9db300ee
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ begin
|
|||
if (Gestalt(gestaltSystemVersionMajor, versionMajor) <> noErr) then Exit;
|
||||
if (Gestalt(gestaltSystemVersionMinor, versionMinor) <> noErr) then Exit;
|
||||
if (Gestalt(gestaltSystemVersionBugFix, versionBugFix) <> noErr) then Exit;
|
||||
Result:= Format('Mac OS X %d.%d.%d', [versionMajor, versionMinor, versionBugFix]);
|
||||
Result:= Format('macOS %d.%d.%d', [versionMajor, versionMinor, versionBugFix]);
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue