diff dwt/DWT.d @ 158:de2578a843a7

Tango update to rev 3158, TracedException>Exception, fromUtf8z>fromStringz,Fix Bug in MenuItem Thanx to nascent for the report.
author Frank Benoit <benoit@tionex.de>
date Sun, 10 Feb 2008 04:19:19 +0100
parents 08177d42526b
children 6b45e3766049
line wrap: on
line diff
--- a/dwt/DWT.d	Sat Feb 09 21:22:47 2008 +0100
+++ b/dwt/DWT.d	Sun Feb 10 04:19:19 2008 +0100
@@ -3539,7 +3539,7 @@
  * @see DWTException
  * @see IllegalArgumentException
  */
-public static void error (int code, TracedException throwable) {
+public static void error (int code, Exception throwable) {
     error (code, throwable, null);
 }
 
@@ -3571,7 +3571,7 @@
  *
  * @since 3.0
  */
-public static void error (int code, TracedException throwable, char[] detail) {
+public static void error (int code, Exception throwable, char[] detail) {
 
     /*
     * This code prevents the creation of "chains" of SWTErrors and