# HG changeset patch # User Frank Benoit # Date 1208102079 -7200 # Node ID 8efa0d75df77a5c028bc94710529bdbed25cdf39 # Parent 89776a9bb8b2886cda11b71327559630ab2bee9e impl JFaceResource.format diff -r 89776a9bb8b2 -r 8efa0d75df77 dwtx/jface/resource/JFaceResources.d --- a/dwtx/jface/resource/JFaceResources.d Sun Apr 13 17:19:04 2008 +0200 +++ b/dwtx/jface/resource/JFaceResources.d Sun Apr 13 17:54:39 2008 +0200 @@ -158,8 +158,7 @@ * @return the string */ public static String format(String key, ... ) { - implMissing(__FILE__,__LINE__); - return key;//Format(getString(key), args); + return Format.convert( _arguments, _argptr, getString(key) ); } /**