Hi,
Attached is a patch to get the doceditor (lazde) to compile again.
Patch should be applied from the root Lazarus directory.
Regards,
- Graeme -
--
There's no place like 127.0.0.1
Index: doceditor/eleditor.pp
===================================================================
--- doceditor/eleditor.pp (revision 9896)
+++ doceditor/eleditor.pp (working copy)
@@ -478,10 +478,10 @@
begin
GetNodes;
If Assigned(Felement) then
- FLabel.Text:=Format(SDataForElement,[FElement['name']])
+ FLabel.Caption := Format(SDataForElement,[FElement['name']])
else
- FLabel.Text:=SNoElement;
- S:=TStringStream.Create('');
+ FLabel.Caption := SNoElement;
+ S := TStringStream.Create('');
LockOnChange;
Try
FShortEntry.Text:=RemoveLineFeeds(NodeToString(FShortNode));