# HG changeset patch # User Frank Benoit # Date 1224377276 -7200 # Node ID f7a1b148cb35622e7a02e9a326973eed6defdd05 # Parent 8c656d6b730071651408db769a432df448e3ad30 Fix the languag file support. diff -r 8c656d6b7300 -r f7a1b148cb35 dwt/DWT.d --- 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 @@ * */ public static String getMessage(String key) { - //return Compatibility.getMessage(key); - return ""; + return Compatibility.getMessage(key); } /** diff -r 8c656d6b7300 -r f7a1b148cb35 dwt/internal/Compatibility.d --- a/dwt/internal/Compatibility.d Sun Oct 19 01:26:56 2008 +0200 +++ b/dwt/internal/Compatibility.d Sun Oct 19 02:47:56 2008 +0200 @@ -31,7 +31,9 @@ import Unicode = tango.text.Unicode; import tango.sys.Process; import dwt.dwthelper.utils; +import dwt.dwthelper.ResourceBundle; import tango.io.Path; +import tango.text.convert.Format; /** * This class is a placeholder for utility methods commonly