comparison dwtx/jface/text/hyperlink/HyperlinkMessages.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 26688fec6d23
children 77b70cbb4c8d
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
36 * Helper class to get NLSed messages. 36 * Helper class to get NLSed messages.
37 * 37 *
38 * @since 3.4 38 * @since 3.4
39 */ 39 */
40 class HyperlinkMessages { 40 class HyperlinkMessages {
41 // private static final String BUNDLE_NAME= HyperlinkMessages.class.getName(); 41 // private static const String BUNDLE_NAME= HyperlinkMessages.class.getName();
42 42
43 private static final ResourceBundle RESOURCE_BUNDLE;//= ResourceBundle.getBundle(BUNDLE_NAME); 43 private static const ResourceBundle RESOURCE_BUNDLE;//= ResourceBundle.getBundle(BUNDLE_NAME);
44 44
45 static this() { 45 static this() {
46 RESOURCE_BUNDLE = ResourceBundle.getBundle( 46 RESOURCE_BUNDLE = ResourceBundle.getBundle(
47 getImportData!("dwtx.jface.text.HyperlinkMessages.properties")); 47 getImportData!("dwtx.jface.text.HyperlinkMessages.properties"));
48 } 48 }