# HG changeset patch # User Frank Benoit # Date 1208643534 -7200 # Node ID 2b361bf0dfe1cb67c87b12baf3d4a94ff12b9f73 # Parent f2b62ad9777bf6349650df699f7b7a8c7ce3c945# Parent 38c60947cb0b7e9544b0cb801cc5d914b0980833 merge diff -r 38c60947cb0b -r 2b361bf0dfe1 dwt/widgets/Event.d --- a/dwt/widgets/Event.d Fri Apr 18 01:57:42 2008 +0200 +++ b/dwt/widgets/Event.d Sun Apr 20 00:18:54 2008 +0200 @@ -222,7 +222,7 @@ * @return a string representation of the event */ override public char[] toString () { - return Format( "Event {type={} {} time={} data={} x={} y={} width={} height={} detail={}}", + return Format( "Event {{type={} {} time={} data={} x={} y={} width={} height={} detail={}}", type, widget, time, data, x, y, width, height, detail ); //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ } }