comparison dwtx/jface/text/TextMessages.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
166 * Helper class to get NLSed messages. 166 * Helper class to get NLSed messages.
167 * 167 *
168 * @since 3.4 168 * @since 3.4
169 */ 169 */
170 class TextMessages { 170 class TextMessages {
171 // private static final String BUNDLE_NAME= "dwtx.jface.text.TextMessages"; //$NON-NLS-1$ 171 // private static const String BUNDLE_NAME= "dwtx.jface.text.TextMessages"; //$NON-NLS-1$
172 172
173 private static final ResourceBundle RESOURCE_BUNDLE;//= ResourceBundle.getBundle(BUNDLE_NAME); 173 private static const ResourceBundle RESOURCE_BUNDLE;//= ResourceBundle.getBundle(BUNDLE_NAME);
174 174
175 static this() { 175 static this() {
176 RESOURCE_BUNDLE = ResourceBundle.getBundle( 176 RESOURCE_BUNDLE = ResourceBundle.getBundle(
177 getImportData!("dwtx.jface.text.TextMessages.properties")); 177 getImportData!("dwtx.jface.text.TextMessages.properties"));
178 } 178 }