diff dwt/DWT.d @ 4:bf9fe45b4422

C, Platform, Point, Rectangle
author Frank Benoit <benoit@tionex.de>
date Fri, 25 Jan 2008 13:01:53 +0100
parents 5406a8f6526d
children 41dbc4d9faab
line wrap: on
line diff
--- a/dwt/DWT.d	Fri Jan 25 13:00:42 2008 +0100
+++ b/dwt/DWT.d	Fri Jan 25 13:01:53 2008 +0100
@@ -10,7 +10,7 @@
  * Port to the D Programming language:
  *      Frank Benoit <benoit@tionex.de>
  *******************************************************************************/
-package dwt.DWT;
+module dwt.DWT;
 
 
 import dwt.internal.Compatibility;
@@ -3429,7 +3429,8 @@
  * </ul>
  */
 public static char[] getMessage(char[] key) {
-    return Compatibility.getMessage(key);
+    //return Compatibility.getMessage(key);
+    return "";
 }
 
 /**