Update of /cvsroot/instantobjects/Source/Brokers/UIB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7129/Source/Brokers/UIB
Modified Files:
InstantUIB.pas
Log Message:
Bug fixing for D5: Application.HandleException
Index: InstantUIB.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/InstantUIB.pas,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** InstantUIB.pas 22 Feb 2005 10:59:22 -0000 1.7
--- InstantUIB.pas 5 Jun 2005 20:29:59 -0000 1.8
***************
*** 30,34 ****
unit InstantUIB;
! {$I ..\..\Core\InstantDefines.inc}
{$IFDEF D7+}
--- 30,34 ----
unit InstantUIB;
! {$I ../../Core/InstantDefines.inc}
{$IFDEF D7+}
|