mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 23:47:23 +01:00
+ RemoveBrowsersCollection in TIDEApp.Done
This commit is contained in:
parent
255cc06c7c
commit
cf8fd15980
@ -755,13 +755,17 @@ end;
|
||||
destructor TIDEApp.Done;
|
||||
begin
|
||||
inherited Done;
|
||||
RemoveBrowsersCollection;
|
||||
DoneHelpSystem;
|
||||
end;
|
||||
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.28 1999-06-25 00:46:33 pierre
|
||||
Revision 1.29 1999-06-28 12:40:19 pierre
|
||||
+ RemoveBrowsersCollection in TIDEApp.Done
|
||||
|
||||
Revision 1.28 1999/06/25 00:46:33 pierre
|
||||
+ UpdateTarget to show current target
|
||||
+ SearchSymbol, not scope aware (this will need a PPU change !)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user