comparison dwtx/jface/text/RegExMessages.d @ 158:25f1f92fa3df

...
author Frank Benoit <benoit@tionex.de>
date Tue, 26 Aug 2008 02:46:34 +0200
parents 26688fec6d23
children 7926b636c282
comparison
equal deleted inserted replaced
157:7f75eaa8103a 158:25f1f92fa3df
166 * 166 *
167 * @since 3.4 167 * @since 3.4
168 */ 168 */
169 final class RegExMessages { 169 final class RegExMessages {
170 170
171 //private static const String RESOURCE_BUNDLE= RegExMessages.class.getName(); 171 //private static const String RESOURCE_BUNDLE= RegExMessages.classinfo.getName();
172 private static ResourceBundle fgResourceBundle;//= ResourceBundle.getBundle(RESOURCE_BUNDLE); 172 private static ResourceBundle fgResourceBundle;//= ResourceBundle.getBundle(RESOURCE_BUNDLE);
173 173
174 static this() { 174 static this() {
175 fgResourceBundle = ResourceBundle.getBundle( 175 fgResourceBundle = ResourceBundle.getBundle(
176 getImportData!("dwtx.jface.text.RegExMessages.properties")); 176 getImportData!("dwtx.jface.text.RegExMessages.properties"));