diff 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
line wrap: on
line diff
--- a/dwtx/text/undo/UndoMessages.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/text/undo/UndoMessages.d	Sun Aug 24 22:35:05 2008 +0200
@@ -33,9 +33,9 @@
  */
 final class UndoMessages {
 
-    private static final String BUNDLE_NAME= "dwtx.text.undo.UndoMessages"; //$NON-NLS-1$
+    private static const String BUNDLE_NAME= "dwtx.text.undo.UndoMessages"; //$NON-NLS-1$
 
-    private static final ResourceBundle RESOURCE_BUNDLE= ResourceBundle.getBundle(BUNDLE_NAME);
+    private static const ResourceBundle RESOURCE_BUNDLE= ResourceBundle.getBundle(BUNDLE_NAME);
 
     private this() {
     }