diff dwt/DWT.d @ 318:f7a1b148cb35

Fix the languag file support.
author Frank Benoit <benoit@tionex.de>
date Sun, 19 Oct 2008 02:47:56 +0200
parents fd9c62a2998e
children
line wrap: on
line diff
--- a/dwt/DWT.d	Sun Oct 19 01:26:56 2008 +0200
+++ b/dwt/DWT.d	Sun Oct 19 02:47:56 2008 +0200
@@ -3664,8 +3664,7 @@
  * </ul>
  */
 public static String getMessage(String key) {
-    //return Compatibility.getMessage(key);
-    return "";
+    return Compatibility.getMessage(key);
 }
 
 /**