comparison dwtx/jface/bindings/keys/formatting/EmacsKeyFormatter.d @ 48:7a3e6c1a4eae

import data with getImportData!()
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Apr 2008 16:20:43 +0200
parents ea8ff534f622
children
comparison
equal deleted inserted replaced
47:be19b235c6c4 48:7a3e6c1a4eae
41 */ 41 */
42 private const static ResourceBundle RESOURCE_BUNDLE; 42 private const static ResourceBundle RESOURCE_BUNDLE;
43 43
44 static this(){ 44 static this(){
45 RESOURCE_BUNDLE = ResourceBundle.getBundle( 45 RESOURCE_BUNDLE = ResourceBundle.getBundle(
46 import("dwtx.jface.bindings.keys.formatting.EmacsKeyFormatter.properties")); 46 getImportData!("dwtx.jface.bindings.keys.formatting.EmacsKeyFormatter.properties"));
47 } 47 }
48 /** 48 /**
49 * Formats an individual key into a human readable format. This converts the 49 * Formats an individual key into a human readable format. This converts the
50 * key into a format similar to Xemacs. 50 * key into a format similar to Xemacs.
51 * 51 *