diff dwtx/jface/text/AbstractInformationControlManager.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/AbstractInformationControlManager.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/AbstractInformationControlManager.d	Sun Aug 24 22:35:05 2008 +0200
@@ -340,22 +340,22 @@
      * Dialog store constant for the location's x-coordinate.
      * @since 3.0
      */
-    public static final String STORE_LOCATION_X= "location.x"; //$NON-NLS-1$
+    public static const String STORE_LOCATION_X= "location.x"; //$NON-NLS-1$
     /**
      * Dialog store constant for the location's y-coordinate.
      * @since 3.0
      */
-    public static final String STORE_LOCATION_Y= "location.y"; //$NON-NLS-1$
+    public static const String STORE_LOCATION_Y= "location.y"; //$NON-NLS-1$
     /**
      * Dialog store constant for the size's width.
      * @since 3.0
      */
-    public static final String STORE_SIZE_WIDTH= "size.width"; //$NON-NLS-1$
+    public static const String STORE_SIZE_WIDTH= "size.width"; //$NON-NLS-1$
     /**
      * Dialog store constant for the size's height.
      * @since 3.0
      */
-    public static final String STORE_SIZE_HEIGHT= "size.height"; //$NON-NLS-1$
+    public static const String STORE_SIZE_HEIGHT= "size.height"; //$NON-NLS-1$
 
     /**
      * Tells whether this class and its subclasses are in debug mode.