comparison dwtx/text/edits/TextEditMessages.d @ 130:b56e9be9fe88

ctors to this
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 00:30:47 +0200
parents eb30df5ca28b
children c4fb132a086c
comparison
equal deleted inserted replaced
129:eb30df5ca28b 130:b56e9be9fe88
23 23
24 private static final String BUNDLE_NAME= "dwtx.text.edits.Messages"; //$NON-NLS-1$ 24 private static final String BUNDLE_NAME= "dwtx.text.edits.Messages"; //$NON-NLS-1$
25 25
26 private static final ResourceBundle RESOURCE_BUNDLE= ResourceBundle.getBundle(BUNDLE_NAME); 26 private static final ResourceBundle RESOURCE_BUNDLE= ResourceBundle.getBundle(BUNDLE_NAME);
27 27
28 private TextEditMessages() { 28 private this() {
29 } 29 }
30 30
31 public static String getString(String key) { 31 public static String getString(String key) {
32 try { 32 try {
33 return RESOURCE_BUNDLE.getString(key); 33 return RESOURCE_BUNDLE.getString(key);