mirror of https://gitlab.com/basile.b/dexed.git
code comment typo
This commit is contained in:
parent
f300fc526d
commit
f6738b0a3b
|
@ -337,7 +337,7 @@ begin
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// warn and discard aa dup if already in the same cat.
|
// warn and discard a dup if already in the same cat.
|
||||||
for i:= 0 to tree.Selected.Parent.Count-1 do
|
for i:= 0 to tree.Selected.Parent.Count-1 do
|
||||||
begin
|
begin
|
||||||
if i = tree.Selected.Index then
|
if i = tree.Selected.Index then
|
||||||
|
@ -511,7 +511,6 @@ begin
|
||||||
decl.scedSendDone;
|
decl.scedSendDone;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
|
Loading…
Reference in New Issue