mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:56:02 +02:00
Docs: fixed XML error in docs\xml\lcl\buttons.xml, bug #38925, patch by Don Siders
git-svn-id: trunk@65125 -
This commit is contained in:
parent
6c50817cf5
commit
a86a1045c9
@ -2867,7 +2867,7 @@ begin
|
||||
else
|
||||
Result := Nil;
|
||||
|
||||
Handled := (Result <> Nil);
|
||||
Handled := (Result <> Nil);
|
||||
end;
|
||||
|
||||
// assign the routine to the GetDefaultBitBtnGlyph variable
|
||||
|
Loading…
Reference in New Issue
Block a user