comparison dwtx/jface/text/hyperlink/HyperlinkMessages.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 25f1f92fa3df
children c6d7b1ea700b
comparison
equal deleted inserted replaced
161:f8d52b926852 162:1a5b8f8129df
41 41
42 private static const ResourceBundle RESOURCE_BUNDLE;//= ResourceBundle.getBundle(BUNDLE_NAME); 42 private static const ResourceBundle RESOURCE_BUNDLE;//= ResourceBundle.getBundle(BUNDLE_NAME);
43 43
44 static this() { 44 static this() {
45 RESOURCE_BUNDLE = ResourceBundle.getBundle( 45 RESOURCE_BUNDLE = ResourceBundle.getBundle(
46 getImportData!("dwtx.jface.text.HyperlinkMessages.properties")); 46 getImportData!("dwtx.jface.text.hyperlink.HyperlinkMessages.properties"));
47 } 47 }
48 48
49 private this() { 49 private this() {
50 } 50 }
51 51