From bc42be74cf5e6018c8956f5f129878570be09274 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 9 Sep 1999 14:09:58 +0000 Subject: [PATCH] + StackWindow is a known window type --- ide/text/fpmwnd.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ide/text/fpmwnd.inc b/ide/text/fpmwnd.inc index 252531e0db..fac3bfc97d 100644 --- a/ide/text/fpmwnd.inc +++ b/ide/text/fpmwnd.inc @@ -63,6 +63,7 @@ begin hcMessagesWindow:S:=PMessagesWindow(P)^.GetTitle(MaxLen); hcGDBWindow, hcWatches, + hcStack, hcBreakpointListWindow : S:=PWindow(P)^.GetTitle(MaxLen); else S:='???? - '+PWindow(P)^.GetTitle(MaxLen); @@ -160,7 +161,10 @@ end; { $Log$ - Revision 1.11 1999-07-10 01:24:20 pierre + Revision 1.12 1999-09-09 14:09:58 pierre + + StackWindow is a known window type + + Revision 1.11 1999/07/10 01:24:20 pierre + First implementation of watches window Revision 1.10 1999/06/30 23:58:18 pierre