From c3a37da30379d400a174eb3ea3cc570b655cc89d Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 01:47:11 +0000 Subject: [PATCH] MG: added SendCachedLCLMessages to interfacebase for wysiwyg git-svn-id: trunk@873 - --- lcl/interfaces/gtk/gtkobject.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/interfaces/gtk/gtkobject.inc b/lcl/interfaces/gtk/gtkobject.inc index 4cbcc6d99f..4b29611519 100644 --- a/lcl/interfaces/gtk/gtkobject.inc +++ b/lcl/interfaces/gtk/gtkobject.inc @@ -5806,7 +5806,7 @@ const {$IFNDEF WIN32} procedure ClearTargetLists(Widget: PGtkWidget); - // MG: Reading in gtk internas is dirty, but there seems to be no other way + // MG: Reading in gtk internals is dirty, but there seems to be no other way // to clear the old target lists var SelectionLists, CurSelList: PGList; @@ -5879,6 +5879,9 @@ end; { ============================================================================= $Log$ + Revision 1.226 2002/10/01 10:12:34 lazarus + MG: added SendCachedLCLMessages to interfacebase for wysiwyg + Revision 1.225 2002/10/01 10:05:48 lazarus MG: changed PDeviceContext into class TDeviceContext