comparison dwtx/text/undo/UndoMessages.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents c4fb132a086c
children 5cf141e43417
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
31 * 31 *
32 * @since 3.2 32 * @since 3.2
33 */ 33 */
34 final class UndoMessages { 34 final class UndoMessages {
35 35
36 private static final String BUNDLE_NAME= "dwtx.text.undo.UndoMessages"; //$NON-NLS-1$ 36 private static const String BUNDLE_NAME= "dwtx.text.undo.UndoMessages"; //$NON-NLS-1$
37 37
38 private static final ResourceBundle RESOURCE_BUNDLE= ResourceBundle.getBundle(BUNDLE_NAME); 38 private static const ResourceBundle RESOURCE_BUNDLE= ResourceBundle.getBundle(BUNDLE_NAME);
39 39
40 private this() { 40 private this() {
41 } 41 }
42 42
43 public static String getString(String key) { 43 public static String getString(String key) {