diff dwtx/jface/bindings/keys/formatting/NativeKeyFormatter.d @ 39:644f1334b451

fix anon classes
author Frank Benoit <benoit@tionex.de>
date Tue, 08 Apr 2008 22:05:42 +0200
parents e0f0aaf75edd
children ea8ff534f622
line wrap: on
line diff
--- a/dwtx/jface/bindings/keys/formatting/NativeKeyFormatter.d	Sun Apr 06 14:15:58 2008 +0200
+++ b/dwtx/jface/bindings/keys/formatting/NativeKeyFormatter.d	Tue Apr 08 22:05:42 2008 +0200
@@ -63,7 +63,8 @@
 
     static this() {
         CARBON_KEY_LOOK_UP = new HashMap!(String,String);
-        RESOURCE_BUNDLE = ResourceBundle.getBundle(NativeKeyFormatter.classinfo.name);
+        RESOURCE_BUNDLE = ResourceBundle.getBundle(
+            import("dwtx.jface.bindings.keys.formatting.NativeKeyFormatter.properties"));
 
         String carbonBackspace = "\u232B"; //$NON-NLS-1$
         CARBON_KEY_LOOK_UP.add(IKeyLookup.BS_NAME, carbonBackspace);