mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Change owner and group
This commit is contained in:
parent
7cb10120bd
commit
523d93004d
1 changed files with 2 additions and 2 deletions
|
|
@ -766,8 +766,8 @@ begin
|
|||
begin
|
||||
if (OriginalUser <> cbxUsers.Text) or (OriginalGroup <> cbxGroups.Text) then
|
||||
begin
|
||||
TFileOwnerProperty(theNewProperties[fpOwner]).Group:= StrToUID(cbxUsers.Text);
|
||||
TFileOwnerProperty(theNewProperties[fpOwner]).Owner:= StrToGID(cbxGroups.Text);
|
||||
TFileOwnerProperty(theNewProperties[fpOwner]).Owner:= StrToUID(cbxUsers.Text);
|
||||
TFileOwnerProperty(theNewProperties[fpOwner]).Group:= StrToGID(cbxGroups.Text);
|
||||
end
|
||||
// Nothing changed, clear new property
|
||||
else begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue