changeset 58:8efa0d75df77

impl JFaceResource.format
author Frank Benoit <benoit@tionex.de>
date Sun, 13 Apr 2008 17:54:39 +0200
parents 89776a9bb8b2
children 21cc12d18350
files dwtx/jface/resource/JFaceResources.d
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) );
     }
 
     /**