summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docview/src/frm_main.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas
index 3c0590b5..77bc411f 100644
--- a/docview/src/frm_main.pas
+++ b/docview/src/frm_main.pas
@@ -1997,7 +1997,8 @@ end;
procedure TMainForm.ClearNotes;
begin
- { TODO -oGraeme : Implement me }
+ DestroyListObjects( Notes );
+ Notes.Clear;
end;
procedure TMainForm.ClearIndexComponents;